#ad2842

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

Shades of Old Rose #AD2842

Tints of Old Rose #AD2842

Color information

#AD2842 (or 0xAD2842) is unknown color: approx Old Rose. HEX triplet: AD, 28 and 42. RGB value is (173,40,66). Sum of RGB (Red+Green+Blue) = 173+40+66=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2842 is #52D7BD. Grayscale: #525252. Windows color (decimal): -5429182 or 4335789. OLE color: 4335789.

HSL color Cylindrical-coordinate representation of color #AD2842: hue angle of 348.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2842 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1734066-
CMYK00.770.620.32
HSL348.27º62.44%41.76%-
HSV(B)348.27º76.88%67.84%-
XYZ18.9810.86.24-
YUV82.73118.56192.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.01%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=62.01%
G=14.34%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173406600.770.620.32348.2762.4441.76
HexAD284204D3E2015c3e2a
Octal25550102011576405347652
Binary10101101101000100001001001101111110100000101011100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2842; }

 p { color: rgb(173,40,66); }

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

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

 a { background-color: rgb(173,40,66); }

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

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

 span { border-color: rgb(173,40,66); }

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