#B42D44

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

Shades of Old Rose #B42D44

Tints of Old Rose #B42D44

Color information

#B42D44 (or 0xB42D44) is unknown color: approx Old Rose. HEX triplet: B4, 2D and 44. RGB value is (180,45,68). Sum of RGB (Red+Green+Blue) = 180+45+68=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D44 is #4BD2BB. Grayscale: #585858. Windows color (decimal): -4969148 or 4468148. OLE color: 4468148.

HSL color Cylindrical-coordinate representation of color #B42D44: hue angle of 349.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D44 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1804568-
CMYK00.750.620.29
HSL349.78º60%44.12%-
HSV(B)349.78º75%70.59%-
XYZ20.8126.69-
YUV87.99116.73193.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=61.43%
G=15.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180456800.750.620.29349.786044.12
HexB42D4404B3E1D15e3c2c
Octal26455104011376355367454
Binary1011010010110110001000100101111111011101101011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D44; }

 p { color: rgb(180,45,68); }

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

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

 a { background-color: rgb(180,45,68); }

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

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

 span { border-color: rgb(180,45,68); }

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