#B42A44

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

Shades of Old Rose #B42A44

Tints of Old Rose #B42A44

Color information

#B42A44 (or 0xB42A44) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 44. RGB value is (180,42,68). Sum of RGB (Red+Green+Blue) = 180+42+68=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A44 is #4BD5BB. Grayscale: #565656. Windows color (decimal): -4969916 or 4467380. OLE color: 4467380.

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

Color convert

RGB1804268-
CMYK00.770.620.29
HSL348.7º62.16%43.53%-
HSV(B)348.7º76.67%70.59%-
XYZ20.6911.786.65-
YUV86.23117.72194.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=62.07%
G=14.48%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180426800.770.620.29348.762.1643.53
HexB42A4404D3E1D15d3e2c
Octal26452104011576355357654
Binary1011010010101010001000100110111111011101101011101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A44; }

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

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

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

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

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

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

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

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