#B42A53

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

Shades of Old Rose #B42A53

Tints of Old Rose #B42A53

Color information

#B42A53 (or 0xB42A53) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 53. RGB value is (180,42,83). Sum of RGB (Red+Green+Blue) = 180+42+83=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A53 is #4BD5AC. Grayscale: #575757. Windows color (decimal): -4969901 or 5450420. OLE color: 5450420.

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

Color convert

RGB1804283-
CMYK00.770.540.29
HSL342.17º62.16%43.53%-
HSV(B)342.17º76.67%70.59%-
XYZ21.2111.989.38-
YUV87.94125.22193.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=59.02%
G=13.77%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180428300.770.540.29342.1762.1643.53
HexB42A5304D361D1563e2c
Octal26452123011566355267654
Binary1011010010101010100110100110111011011101101010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A53; }

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

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

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

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

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

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

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

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