Html Css Color HEX #AD1929 Cardinal

📋 copy color: '#AD1929'

red 173 ◦ green 25 ◦ blue 41

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

Shades of Cardinal #AD1929

Tints of Cardinal #AD1929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 72.38%
G = 10.46%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD1929 (or 0xAD1929) is known color: Cardinal. HEX triplet: AD, 19 and 29. RGB value is (173,25,41). Sum of RGB (Red+Green+Blue) = 173+25+41=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1929 is #52E6D6. Grayscale: #474747. Windows color (decimal): -5433047 or 2693549. OLE color: 2693549.

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

Color convert

RGB 173 25 41 -
CMYK 0 0.86 0.76 0.32
HSL 353.51º 0.75% 0.39% -
HSV(B) 353.51º 0.86% 0.68% -
XYZ 17.98 9.74 3.03 -
YUV 71.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 173 25 41 0 0.86 0.76 0.32 353.51 0.75 0.39
Hex AD 19 29 0 56 4C 20 162 4B 27
Octal 255 31 51 0 126 114 40 542 113 47
Binary 10101101 11001 101001 0 1010110 1001100 100000 101100010 1001011 100111

Color Harmonies of #AD1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1929

Black with #AD1929

Text Example


Text Example

White with #AD1929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1929; }

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

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

background-color css

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

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

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

border-color css

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

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

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