Html Css Color HEX #AD2842 Old Rose

📋 copy color: '#AD2842'

red 173 ◦ green 40 ◦ blue 66

#AD2842
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #AD2842

Tints of Old Rose #AD2842

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 value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2842 (or 0xAD2842) is known color: 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

RGB 173 40 66 -
CMYK 0 0.77 0.62 0.32
HSL 348.27º 0.62% 0.42% -
HSV(B) 348.27º 0.77% 0.68% -
XYZ 18.98 10.8 6.24 -
YUV 82.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 173 40 66 0 0.77 0.62 0.32 348.27 0.62 0.42
Hex AD 28 42 0 4D 3E 20 15C 3E 2A
Octal 255 50 102 0 115 76 40 534 76 52
Binary 10101101 101000 1000010 0 1001101 111110 100000 101011100 111110 101010

Color Harmonies of #AD2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2842

Black with #AD2842

Text Example


Text Example

White with #AD2842

Text Example


Text Example

HTML Codes & Css Web 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>