Html Css Color HEX #AD1942 Cardinal

📋 copy color: '#AD1942'

red 173 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #AD1942

Tints of Cardinal #AD1942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 65.53%
G = 9.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD1942 (or 0xAD1942) is known color: Cardinal. HEX triplet: AD, 19 and 42. RGB value is (173,25,66). Sum of RGB (Red+Green+Blue) = 173+25+66=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1942 is #52E6BD. Grayscale: #494949. Windows color (decimal): -5433022 or 4331949. OLE color: 4331949.

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

Color convert

RGB 173 25 66 -
CMYK 0 0.86 0.62 0.32
HSL 343.38º 0.75% 0.39% -
HSV(B) 343.38º 0.86% 0.68% -
XYZ 18.56 9.97 6.1 -
YUV 73.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 173 25 66 0 0.86 0.62 0.32 343.38 0.75 0.39
Hex AD 19 42 0 56 3E 20 157 4B 27
Octal 255 31 102 0 126 76 40 527 113 47
Binary 10101101 11001 1000010 0 1010110 111110 100000 101010111 1001011 100111

Color Harmonies of #AD1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1942

Black with #AD1942

Text Example


Text Example

White with #AD1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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