#B42A46

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

Shades of Old Rose #B42A46

Tints of Old Rose #B42A46

Color information

#B42A46 (or 0xB42A46) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 46. RGB value is (180,42,70). Sum of RGB (Red+Green+Blue) = 180+42+70=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A46 is #4BD5B9. Grayscale: #565656. Windows color (decimal): -4969914 or 4598452. OLE color: 4598452.

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

Color convert

RGB1804270-
CMYK00.770.610.29
HSL347.83º62.16%43.53%-
HSV(B)347.83º76.67%70.59%-
XYZ20.7611.86.98-
YUV86.45118.72194.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=61.64%
G=14.38%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180427000.770.610.29347.8362.1643.53
HexB42A4604D3D1D15c3e2c
Octal26452106011575355347654
Binary1011010010101010001100100110111110111101101011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A46; }

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

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

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

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

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

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

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

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