#B42A5A

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

Shades of Old Rose #B42A5A

Tints of Old Rose #B42A5A

Color information

#B42A5A (or 0xB42A5A) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 5A. RGB value is (180,42,90). Sum of RGB (Red+Green+Blue) = 180+42+90=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A5A is #4BD5A5. Grayscale: #585858. Windows color (decimal): -4969894 or 5909172. OLE color: 5909172.

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

Color convert

RGB1804290-
CMYK00.770.500.29
HSL339.13º62.16%43.53%-
HSV(B)339.13º76.67%70.59%-
XYZ21.512.110.87-
YUV88.73128.72193.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=57.69%
G=13.46%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180429000.770.500.29339.1362.1643.53
HexB42A5A04D321D1533e2c
Octal26452132011562355237654
Binary1011010010101010110100100110111001011101101010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A5A; }

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

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

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

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

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

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

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

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