#B62D41

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

Shades of Old Rose #B62D41

Tints of Old Rose #B62D41

Color information

#B62D41 (or 0xB62D41) is unknown color: approx Old Rose. HEX triplet: B6, 2D and 41. RGB value is (182,45,65). Sum of RGB (Red+Green+Blue) = 182+45+65=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D41 is #49D2BE. Grayscale: #585858. Windows color (decimal): -4838079 or 4271542. OLE color: 4271542.

HSL color Cylindrical-coordinate representation of color #B62D41: hue angle of 351.24º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D41 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1824565-
CMYK00.750.640.29
HSL351.24º60.35%44.51%-
HSV(B)351.24º75.27%71.37%-
XYZ21.1812.26.24-
YUV88.24114.89194.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=62.33%
G=15.41%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182456500.750.640.29351.2460.3544.51
HexB62D4104B401D15f3c2d
Octal266551010113100355377455
Binary10110110101101100000101001011100000011101101011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D41; }

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

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

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

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

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

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

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

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