#B12841

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

Shades of Old Rose #B12841

Tints of Old Rose #B12841

Color information

#B12841 (or 0xB12841) is unknown color: approx Old Rose. HEX triplet: B1, 28 and 41. RGB value is (177,40,65). Sum of RGB (Red+Green+Blue) = 177+40+65=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B12841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12841 is #4ED7BE. Grayscale: #535353. Windows color (decimal): -5167039 or 4270257. OLE color: 4270257.

HSL color Cylindrical-coordinate representation of color #B12841: hue angle of 349.05º 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 #B12841 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1774065-
CMYK00.770.630.31
HSL349.05º63.13%42.55%-
HSV(B)349.05º77.4%69.41%-
XYZ19.8411.256.13-
YUV83.81117.39194.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=62.77%
G=14.18%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177406500.770.630.31349.0563.1342.55
HexB1284104D3F1F15d3f2b
Octal26150101011577375357753
Binary1011000110100010000010100110111111111111101011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12841; }

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

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

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

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

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

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

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

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