#B12C3F

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

Shades of Old Rose #B12C3F

Tints of Old Rose #B12C3F

Color information

#B12C3F (or 0xB12C3F) is unknown color: approx Old Rose. HEX triplet: B1, 2C and 3F. RGB value is (177,44,63). Sum of RGB (Red+Green+Blue) = 177+44+63=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C3F is #4ED3C0. Grayscale: #555555. Windows color (decimal): -5166017 or 4140209. OLE color: 4140209.

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

Color convert

RGB1774463-
CMYK00.750.640.31
HSL351.43º60.18%43.33%-
HSV(B)351.43º75.14%69.41%-
XYZ19.9311.515.87-
YUV85.93115.06192.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 63 (25% from 255) = 22.18%
R=62.32%
G=15.49%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177446300.750.640.31351.4360.1843.33
HexB12C3F04B401F15f3c2b
Octal26154770113100375377453
Binary1011000110110011111101001011100000011111101011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C3F; }

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

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

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

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

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

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

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

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