Html Css Color HEX #AD2242 Old Rose

📋 copy color: '#AD2242'

red 173 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #AD2242

Tints of Old Rose #AD2242

RGB

 RED value IS 173 (67.97% from 255) = 63.37%

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 63.37%
G = 12.45%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2242 (or 0xAD2242) is known color: Old Rose. HEX triplet: AD, 22 and 42. RGB value is (173,34,66). Sum of RGB (Red+Green+Blue) = 173+34+66=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2242 is #52DDBD. Grayscale: #4F4F4F. Windows color (decimal): -5430718 or 4334253. OLE color: 4334253.

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

Color convert

RGB 173 34 66 -
CMYK 0 0.80 0.62 0.32
HSL 346.19º 0.67% 0.41% -
HSV(B) 346.19º 0.8% 0.68% -
XYZ 18.79 10.42 6.18 -
YUV 79.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 173 34 66 0 0.80 0.62 0.32 346.19 0.67 0.41
Hex AD 22 42 0 50 3E 20 15A 43 29
Octal 255 42 102 0 120 76 40 532 103 51
Binary 10101101 100010 1000010 0 1010000 111110 100000 101011010 1000011 101001

Color Harmonies of #AD2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2242

Black with #AD2242

Text Example


Text Example

White with #AD2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2242; }

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

 H1.HeaderClassName
 {
   color: #AD2242;
 }
 .AnyTagClassName
 {
   color: #AD2242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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