#B62942

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

Shades of Old Rose #B62942

Tints of Old Rose #B62942

Color information

#B62942 (or 0xB62942) is unknown color: approx Old Rose. HEX triplet: B6, 29 and 42. RGB value is (182,41,66). Sum of RGB (Red+Green+Blue) = 182+41+66=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B62942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62942 is #49D6BD. Grayscale: #565656. Windows color (decimal): -4839102 or 4336054. OLE color: 4336054.

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

Color convert

RGB1824166-
CMYK00.770.640.29
HSL349.36º63.23%43.73%-
HSV(B)349.36º77.47%71.37%-
XYZ21.0711.926.35-
YUV86.01116.71196.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.98%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=62.98%
G=14.19%
B=22.84%

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
Decimal182416600.770.640.29349.3663.2343.73
HexB6294204D401D15d3f2c
Octal266511020115100355357754
Binary10110110101001100001001001101100000011101101011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62942; }

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

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

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

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

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

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

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

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