#B62352

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

Shades of Old Rose #B62352

Tints of Old Rose #B62352

Color information

#B62352 (or 0xB62352) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 52. RGB value is (182,35,82). Sum of RGB (Red+Green+Blue) = 182+35+82=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B62352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62352 is #49DCAD. Grayscale: #545454. Windows color (decimal): -4840622 or 5383094. OLE color: 5383094.

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

Color convert

RGB1823582-
CMYK00.810.550.29
HSL340.82º67.74%42.55%-
HSV(B)340.82º80.77%71.37%-
XYZ21.4211.769.12-
YUV84.31126.7197.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=60.87%
G=11.71%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182358200.810.550.29340.8267.7442.55
HexB62352051371D155442b
Octal266431220121673552510453
Binary10110110100011101001001010001110111111011010101011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62352; }

 p { color: rgb(182,35,82); }

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

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

 a { background-color: rgb(182,35,82); }

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

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

 span { border-color: rgb(182,35,82); }

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