#B62B42

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

Shades of Old Rose #B62B42

Tints of Old Rose #B62B42

Color information

#B62B42 (or 0xB62B42) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 42. RGB value is (182,43,66). Sum of RGB (Red+Green+Blue) = 182+43+66=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B42 is #49D4BD. Grayscale: #575757. Windows color (decimal): -4838590 or 4336566. OLE color: 4336566.

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

Color convert

RGB1824366-
CMYK00.760.640.29
HSL350.07º61.78%44.12%-
HSV(B)350.07º76.37%71.37%-
XYZ21.1412.076.37-
YUV87.18116.05195.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=62.54%
G=14.78%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182436600.760.640.29350.0761.7844.12
HexB62B4204C401D15e3e2c
Octal266531020114100355367654
Binary10110110101011100001001001100100000011101101011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B42; }

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

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

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

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

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

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

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

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