#B1283F

Color #B1283F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B1283F

Tints of Old Rose #B1283F

Color information

#B1283F (or 0xB1283F) is unknown color: approx Old Rose. HEX triplet: B1, 28 and 3F. RGB value is (177,40,63). Sum of RGB (Red+Green+Blue) = 177+40+63=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1283F is #4ED7C0. Grayscale: #535353. Windows color (decimal): -5167041 or 4139185. OLE color: 4139185.

HSL color Cylindrical-coordinate representation of color #B1283F: hue angle of 349.93º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1283F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1774063-
CMYK00.770.640.31
HSL349.93º63.13%42.55%-
HSV(B)349.93º77.4%69.41%-
XYZ19.7911.225.83-
YUV83.58116.39194.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 63 (25% from 255) = 22.5%
R=63.21%
G=14.29%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177406300.770.640.31349.9363.1342.55
HexB1283F04D401F15e3f2b
Octal26150770115100375367753
Binary1011000110100011111101001101100000011111101011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1283F; }

 p { color: rgb(177,40,63); }

 H1.HeaderClassName
 {
   color: #B1283F;
 }
 .AnyTagClassName
 {
   color: #B1283F;
 }
</style>
background-color css

<style>
 a { background-color: #B1283F; }

 a { background-color: rgb(177,40,63); }

 div.DivClassName
 {
   background-color: #B1283F;
 }
 .BgClassName
 {
   background-color: #B1283F;
 }
</style>
border-color css

<style>
 span { border-color: #B1283F; }

 span { border-color: rgb(177,40,63); }

 td.TdClassName
 {
   border-color: #B1283F;
 }
 .TagClassName
 {
   border-color: #B1283F;
 }
</style>