Html Css Color HEX #AD2342 Old Rose

📋 copy color: '#AD2342'

red 173 ◦ green 35 ◦ blue 66

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

Shades of Old Rose #AD2342

Tints of Old Rose #AD2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 63.14%
G = 12.77%
B = 24.09%

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

#AD2342 (or 0xAD2342) is known color: Old Rose. HEX triplet: AD, 23 and 42. RGB value is (173,35,66). Sum of RGB (Red+Green+Blue) = 173+35+66=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2342 is #52DCBD. Grayscale: #4F4F4F. Windows color (decimal): -5430462 or 4334509. OLE color: 4334509.

HSL color Cylindrical-coordinate representation of color #AD2342: hue angle of 346.52º degrees, saturation: 0.66, 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 #AD2342 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 66 -
CMYK 0 0.80 0.62 0.32
HSL 346.52º 0.66% 0.41% -
HSV(B) 346.52º 0.8% 0.68% -
XYZ 18.82 10.48 6.19 -
YUV 79.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 173 35 66 0 0.80 0.62 0.32 346.52 0.66 0.41
Hex AD 23 42 0 50 3E 20 15B 42 29
Octal 255 43 102 0 120 76 40 533 102 51
Binary 10101101 100011 1000010 0 1010000 111110 100000 101011011 1000010 101001

Color Harmonies of #AD2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2342

Black with #AD2342

Text Example


Text Example

White with #AD2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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