#b62b50

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

Shades of Old Rose #B62B50

Tints of Old Rose #B62B50

Color information

#B62B50 (or 0xB62B50) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 50. RGB value is (182,43,80). Sum of RGB (Red+Green+Blue) = 182+43+80=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B50 is #49D4AF. Grayscale: #585858. Windows color (decimal): -4838576 or 5254070. OLE color: 5254070.

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

Color convert

RGB1824380-
CMYK00.760.560.29
HSL344.03º61.78%44.12%-
HSV(B)344.03º76.37%71.37%-
XYZ21.612.258.82-
YUV88.78123.05194.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=59.67%
G=14.10%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182438000.760.560.29344.0361.7844.12
HexB62B5004C381D1583e2c
Octal26653120011470355307654
Binary1011011010101110100000100110011100011101101011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62b50; }

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

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

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

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

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

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

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

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