#B62B51

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

Shades of Old Rose #B62B51

Tints of Old Rose #B62B51

Color information

#B62B51 (or 0xB62B51) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 51. RGB value is (182,43,81). Sum of RGB (Red+Green+Blue) = 182+43+81=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B51 is #49D4AE. Grayscale: #585858. Windows color (decimal): -4838575 or 5319606. OLE color: 5319606.

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

Color convert

RGB1824381-
CMYK00.760.550.29
HSL343.6º61.78%44.12%-
HSV(B)343.6º76.37%71.37%-
XYZ21.6412.279.01-
YUV88.89123.55194.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=59.48%
G=14.05%
B=26.47%

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
Decimal182438100.760.550.29343.661.7844.12
HexB62B5104C371D1583e2c
Octal26653121011467355307654
Binary1011011010101110100010100110011011111101101011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B51; }

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

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

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

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

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

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

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

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