Html Css Color HEX #AA1429 Cardinal

📋 copy color: '#AA1429'

red 170 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #AA1429

Tints of Cardinal #AA1429

RGB

 RED value IS 170 (66.8% from 255) = 73.59%

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 73.59%
G = 8.66%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1429 (or 0xAA1429) is known color: Cardinal. HEX triplet: AA, 14 and 29. RGB value is (170,20,41). Sum of RGB (Red+Green+Blue) = 170+20+41=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1429 is #55EBD6. Grayscale: #434343. Windows color (decimal): -5630935 or 2692266. OLE color: 2692266.

HSL color Cylindrical-coordinate representation of color #AA1429: hue angle of 351.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1429 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 41 -
CMYK 0 0.88 0.76 0.33
HSL 351.6º 0.79% 0.37% -
HSV(B) 351.6º 0.88% 0.67% -
XYZ 17.23 9.21 2.97 -
YUV 67.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 170 20 41 0 0.88 0.76 0.33 351.6 0.79 0.37
Hex AA 14 29 0 58 4C 21 160 4F 25
Octal 252 24 51 0 130 114 41 540 117 45
Binary 10101010 10100 101001 0 1011000 1001100 100001 101100000 1001111 100101

Color Harmonies of #AA1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1429

Black with #AA1429

Text Example


Text Example

White with #AA1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1429; }

 p { color: rgb(170,20,41); }

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

background-color css

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

 a { background-color: rgb(170,20,41); }

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

border-color css

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

 span { border-color: rgb(170,20,41); }

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