#B12F43

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

Shades of Old Rose #B12F43

Tints of Old Rose #B12F43

Color information

#B12F43 (or 0xB12F43) is unknown color: approx Old Rose. HEX triplet: B1, 2F and 43. RGB value is (177,47,67). Sum of RGB (Red+Green+Blue) = 177+47+67=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F43 is #4ED0BC. Grayscale: #585858. Windows color (decimal): -5165245 or 4403121. OLE color: 4403121.

HSL color Cylindrical-coordinate representation of color #B12F43: hue angle of 350.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12F43 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1774767-
CMYK00.730.620.31
HSL350.77º58.04%43.92%-
HSV(B)350.77º73.45%69.41%-
XYZ20.1611.796.52-
YUV88.15116.07191.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=60.82%
G=16.15%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177476700.730.620.31350.7758.0443.92
HexB12F430493E1F15f3a2c
Octal26157103011176375377254
Binary1011000110111110000110100100111111011111101011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F43; }

 p { color: rgb(177,47,67); }

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

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

 a { background-color: rgb(177,47,67); }

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

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

 span { border-color: rgb(177,47,67); }

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