Html Css Color HEX #AD1944 Cardinal

📋 copy color: '#AD1944'

red 173 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #AD1944

Tints of Cardinal #AD1944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 65.04%
G = 9.4%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD1944 (or 0xAD1944) is known color: Cardinal. HEX triplet: AD, 19 and 44. RGB value is (173,25,68). Sum of RGB (Red+Green+Blue) = 173+25+68=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1944 is #52E6BB. Grayscale: #4A4A4A. Windows color (decimal): -5433020 or 4463021. OLE color: 4463021.

HSL color Cylindrical-coordinate representation of color #AD1944: hue angle of 342.57º 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 #AD1944 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 68 -
CMYK 0 0.86 0.61 0.32
HSL 342.57º 0.75% 0.39% -
HSV(B) 342.57º 0.86% 0.68% -
XYZ 18.62 10 6.42 -
YUV 74.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 173 25 68 0 0.86 0.61 0.32 342.57 0.75 0.39
Hex AD 19 44 0 56 3D 20 157 4B 27
Octal 255 31 104 0 126 75 40 527 113 47
Binary 10101101 11001 1000100 0 1010110 111101 100000 101010111 1001011 100111

Color Harmonies of #AD1944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1944

Black with #AD1944

Text Example


Text Example

White with #AD1944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1944; }

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

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

background-color css

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

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

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

border-color css

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

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

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