#B42D45

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

Shades of Old Rose #B42D45

Tints of Old Rose #B42D45

Color information

#B42D45 (or 0xB42D45) is unknown color: approx Old Rose. HEX triplet: B4, 2D and 45. RGB value is (180,45,69). Sum of RGB (Red+Green+Blue) = 180+45+69=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D45 is #4BD2BA. Grayscale: #585858. Windows color (decimal): -4969147 or 4533684. OLE color: 4533684.

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

Color convert

RGB1804569-
CMYK00.750.620.29
HSL349.33º60%44.12%-
HSV(B)349.33º75%70.59%-
XYZ20.8312.016.85-
YUV88.1117.23193.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=61.22%
G=15.31%
B=23.47%

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
Decimal180456900.750.620.29349.336044.12
HexB42D4504B3E1D15d3c2c
Octal26455105011376355357454
Binary1011010010110110001010100101111111011101101011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D45; }

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

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

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

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

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

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

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

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