#B42752

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

Shades of Old Rose #B42752

Tints of Old Rose #B42752

Color information

#B42752 (or 0xB42752) is unknown color: approx Old Rose. HEX triplet: B4, 27 and 52. RGB value is (180,39,82). Sum of RGB (Red+Green+Blue) = 180+39+82=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42752 is #4BD8AD. Grayscale: #565656. Windows color (decimal): -4970670 or 5384116. OLE color: 5384116.

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

Color convert

RGB1803982-
CMYK00.780.540.29
HSL341.7º64.38%42.94%-
HSV(B)341.7º78.33%70.59%-
XYZ21.0711.769.14-
YUV86.06125.71195-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=59.80%
G=12.96%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180398200.780.540.29341.764.3842.94
HexB4275204E361D156402b
Octal264471220116663552610053
Binary10110100100111101001001001110110110111011010101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42752; }

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

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

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

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

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

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

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

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