#B62B41

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

Shades of Old Rose #B62B41

Tints of Old Rose #B62B41

Color information

#B62B41 (or 0xB62B41) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 41. RGB value is (182,43,65). Sum of RGB (Red+Green+Blue) = 182+43+65=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B41 is #49D4BE. Grayscale: #575757. Windows color (decimal): -4838591 or 4271030. OLE color: 4271030.

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

Color convert

RGB1824365-
CMYK00.760.640.29
HSL350.5º61.78%44.12%-
HSV(B)350.5º76.37%71.37%-
XYZ21.1112.056.22-
YUV87.07115.55195.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=62.76%
G=14.83%
B=22.41%

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
Decimal182436500.760.640.29350.561.7844.12
HexB62B4104C401D15f3e2c
Octal266531010114100355377654
Binary10110110101011100000101001100100000011101101011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B41; }

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

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

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

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

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

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

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

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