#B62B52

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

Shades of Old Rose #B62B52

Tints of Old Rose #B62B52

Color information

#B62B52 (or 0xB62B52) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 52. RGB value is (182,43,82). Sum of RGB (Red+Green+Blue) = 182+43+82=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B52 is #49D4AD. Grayscale: #585858. Windows color (decimal): -4838574 or 5385142. OLE color: 5385142.

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

Color convert

RGB1824382-
CMYK00.760.550.29
HSL343.17º61.78%44.12%-
HSV(B)343.17º76.37%71.37%-
XYZ21.6812.289.21-
YUV89.01124.05194.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=59.28%
G=14.01%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182438200.760.550.29343.1761.7844.12
HexB62B5204C371D1573e2c
Octal26653122011467355277654
Binary1011011010101110100100100110011011111101101010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B52; }

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

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

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

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

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

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

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

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