#B12C42

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

Shades of Old Rose #B12C42

Tints of Old Rose #B12C42

Color information

#B12C42 (or 0xB12C42) is unknown color: approx Old Rose. HEX triplet: B1, 2C and 42. RGB value is (177,44,66). Sum of RGB (Red+Green+Blue) = 177+44+66=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C42 is #4ED3BD. Grayscale: #565656. Windows color (decimal): -5166014 or 4336817. OLE color: 4336817.

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

Color convert

RGB1774466-
CMYK00.750.630.31
HSL350.08º60.18%43.33%-
HSV(B)350.08º75.14%69.41%-
XYZ20.0211.546.33-
YUV86.28116.56192.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=61.67%
G=15.33%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177446600.750.630.31350.0860.1843.33
HexB12C4204B3F1F15e3c2b
Octal26154102011377375367453
Binary1011000110110010000100100101111111111111101011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C42; }

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

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

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

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

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

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

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

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