#B42152

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

Shades of Old Rose #B42152

Tints of Old Rose #B42152

Color information

#B42152 (or 0xB42152) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 52. RGB value is (180,33,82). Sum of RGB (Red+Green+Blue) = 180+33+82=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B42152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42152 is #4BDEAD. Grayscale: #525252. Windows color (decimal): -4972206 or 5382580. OLE color: 5382580.

HSL color Cylindrical-coordinate representation of color #B42152: hue angle of 340º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42152 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1803382-
CMYK00.820.540.29
HSL340º69.01%41.76%-
HSV(B)340º81.67%70.59%-
XYZ20.8911.49.08-
YUV82.54127.7197.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=61.02%
G=11.19%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180338200.820.540.2934069.0141.76
HexB42152052361D154452a
Octal264411220122663552410552
Binary10110100100001101001001010010110110111011010101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42152; }

 p { color: rgb(180,33,82); }

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

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

 a { background-color: rgb(180,33,82); }

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

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

 span { border-color: rgb(180,33,82); }

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