#b42f4d

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

Shades of Old Rose #B42F4D

Tints of Old Rose #B42F4D

Color information

#B42F4D (or 0xB42F4D) is unknown color: approx Old Rose. HEX triplet: B4, 2F and 4D. RGB value is (180,47,77). Sum of RGB (Red+Green+Blue) = 180+47+77=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F4D is #4BD0B2. Grayscale: #5A5A5A. Windows color (decimal): -4968627 or 5058484. OLE color: 5058484.

HSL color Cylindrical-coordinate representation of color #B42F4D: hue angle of 346.47º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F4D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1804777-
CMYK00.740.570.29
HSL346.47º58.59%44.51%-
HSV(B)346.47º73.89%70.59%-
XYZ21.1812.278.27-
YUV90.19120.56192.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=59.21%
G=15.46%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180477700.740.570.29346.4758.5944.51
HexB42F4D04A391D15a3b2d
Octal26457115011271355327355
Binary1011010010111110011010100101011100111101101011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42f4d; }

 p { color: rgb(180,47,77); }

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

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

 a { background-color: rgb(180,47,77); }

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

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

 span { border-color: rgb(180,47,77); }

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