Html Css Color HEX #AD2942 Old Rose

📋 copy color: '#AD2942'

red 173 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #AD2942

Tints of Old Rose #AD2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 61.79%
G = 14.64%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2942 (or 0xAD2942) is known color: Old Rose. HEX triplet: AD, 29 and 42. RGB value is (173,41,66). Sum of RGB (Red+Green+Blue) = 173+41+66=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2942 is #52D6BD. Grayscale: #535353. Windows color (decimal): -5428926 or 4336045. OLE color: 4336045.

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

Color convert

RGB 173 41 66 -
CMYK 0 0.76 0.62 0.32
HSL 348.64º 0.62% 0.42% -
HSV(B) 348.64º 0.76% 0.68% -
XYZ 19.01 10.86 6.25 -
YUV 83.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 173 41 66 0 0.76 0.62 0.32 348.64 0.62 0.42
Hex AD 29 42 0 4C 3E 20 15D 3E 2A
Octal 255 51 102 0 114 76 40 535 76 52
Binary 10101101 101001 1000010 0 1001100 111110 100000 101011101 111110 101010

Color Harmonies of #AD2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2942

Black with #AD2942

Text Example


Text Example

White with #AD2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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