#B62A42

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

Shades of Old Rose #B62A42

Tints of Old Rose #B62A42

Color information

#B62A42 (or 0xB62A42) is unknown color: approx Old Rose. HEX triplet: B6, 2A and 42. RGB value is (182,42,66). Sum of RGB (Red+Green+Blue) = 182+42+66=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A42 is #49D5BD. Grayscale: #565656. Windows color (decimal): -4838846 or 4336310. OLE color: 4336310.

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

Color convert

RGB1824266-
CMYK00.770.640.29
HSL349.71º62.5%43.92%-
HSV(B)349.71º76.92%71.37%-
XYZ21.111.996.36-
YUV86.6116.38196.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=62.76%
G=14.48%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182426600.770.640.29349.7162.543.92
HexB62A4204D401D15e3e2c
Octal266521020115100355367654
Binary10110110101010100001001001101100000011101101011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62A42; }

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

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

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

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

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

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

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

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