Html Css Color HEX #AD2442 Old Rose

📋 copy color: '#AD2442'

red 173 ◦ green 36 ◦ blue 66

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

Shades of Old Rose #AD2442

Tints of Old Rose #AD2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

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

R = 62.91%
G = 13.09%
B = 24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2442 (or 0xAD2442) is known color: Old Rose. HEX triplet: AD, 24 and 42. RGB value is (173,36,66). Sum of RGB (Red+Green+Blue) = 173+36+66=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2442 is #52DBBD. Grayscale: #505050. Windows color (decimal): -5430206 or 4334765. OLE color: 4334765.

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

Color convert

RGB 173 36 66 -
CMYK 0 0.79 0.62 0.32
HSL 346.86º 0.66% 0.41% -
HSV(B) 346.86º 0.79% 0.68% -
XYZ 18.85 10.54 6.2 -
YUV 80.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 173 36 66 0 0.79 0.62 0.32 346.86 0.66 0.41
Hex AD 24 42 0 4F 3E 20 15B 42 29
Octal 255 44 102 0 117 76 40 533 102 51
Binary 10101101 100100 1000010 0 1001111 111110 100000 101011011 1000010 101001

Color Harmonies of #AD2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2442

Black with #AD2442

Text Example


Text Example

White with #AD2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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