#B12D46

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

Shades of Old Rose #B12D46

Tints of Old Rose #B12D46

Color information

#B12D46 (or 0xB12D46) is unknown color: approx Old Rose. HEX triplet: B1, 2D and 46. RGB value is (177,45,70). Sum of RGB (Red+Green+Blue) = 177+45+70=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D46 is #4ED2B9. Grayscale: #575757. Windows color (decimal): -5165754 or 4599217. OLE color: 4599217.

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

Color convert

RGB1774570-
CMYK00.750.600.31
HSL348.64º59.46%43.53%-
HSV(B)348.64º74.58%69.41%-
XYZ20.1811.676.98-
YUV87.32118.23191.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=60.62%
G=15.41%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177457000.750.600.31348.6459.4643.53
HexB12D4604B3C1F15d3b2c
Octal26155106011374375357354
Binary1011000110110110001100100101111110011111101011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D46; }

 p { color: rgb(177,45,70); }

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

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

 a { background-color: rgb(177,45,70); }

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

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

 span { border-color: rgb(177,45,70); }

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