#B12942

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

Shades of Old Rose #B12942

Tints of Old Rose #B12942

Color information

#B12942 (or 0xB12942) is unknown color: approx Old Rose. HEX triplet: B1, 29 and 42. RGB value is (177,41,66). Sum of RGB (Red+Green+Blue) = 177+41+66=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B12942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12942 is #4ED6BD. Grayscale: #545454. Windows color (decimal): -5166782 or 4336049. OLE color: 4336049.

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

Color convert

RGB1774166-
CMYK00.770.630.31
HSL348.97º62.39%42.75%-
HSV(B)348.97º76.84%69.41%-
XYZ19.9111.336.29-
YUV84.51117.56193.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=62.32%
G=14.44%
B=23.24%

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
Decimal177416600.770.630.31348.9762.3942.75
HexB1294204D3F1F15d3e2b
Octal26151102011577375357653
Binary1011000110100110000100100110111111111111101011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12942; }

 p { color: rgb(177,41,66); }

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

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

 a { background-color: rgb(177,41,66); }

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

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

 span { border-color: rgb(177,41,66); }

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