Html Css Color HEX #AD1928 Cardinal

📋 copy color: '#AD1928'

red 173 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #AD1928

Tints of Cardinal #AD1928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 72.69%
G = 10.5%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1928 (or 0xAD1928) is known color: Cardinal. HEX triplet: AD, 19 and 28. RGB value is (173,25,40). Sum of RGB (Red+Green+Blue) = 173+25+40=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1928 is #52E6D7. Grayscale: #474747. Windows color (decimal): -5433048 or 2628013. OLE color: 2628013.

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

Color convert

RGB 173 25 40 -
CMYK 0 0.86 0.77 0.32
HSL 353.92º 0.75% 0.39% -
HSV(B) 353.92º 0.86% 0.68% -
XYZ 17.96 9.73 2.94 -
YUV 70.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 173 25 40 0 0.86 0.77 0.32 353.92 0.75 0.39
Hex AD 19 28 0 56 4D 20 162 4B 27
Octal 255 31 50 0 126 115 40 542 113 47
Binary 10101101 11001 101000 0 1010110 1001101 100000 101100010 1001011 100111

Color Harmonies of #AD1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1928

Black with #AD1928

Text Example


Text Example

White with #AD1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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