Html Css Color HEX #AA1942 Cardinal

📋 copy color: '#AA1942'

red 170 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #AA1942

Tints of Cardinal #AA1942

RGB

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

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

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

R = 65.13%
G = 9.58%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1942 (or 0xAA1942) is known color: Cardinal. HEX triplet: AA, 19 and 42. RGB value is (170,25,66). Sum of RGB (Red+Green+Blue) = 170+25+66=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1942 is #55E6BD. Grayscale: #494949. Windows color (decimal): -5629630 or 4331946. OLE color: 4331946.

HSL color Cylindrical-coordinate representation of color #AA1942: hue angle of 343.03º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1942 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 66 -
CMYK 0 0.85 0.61 0.33
HSL 343.03º 0.74% 0.38% -
HSV(B) 343.03º 0.85% 0.67% -
XYZ 17.91 9.63 6.07 -
YUV 73.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 170 25 66 0 0.85 0.61 0.33 343.03 0.74 0.38
Hex AA 19 42 0 55 3D 21 157 4A 26
Octal 252 31 102 0 125 75 41 527 112 46
Binary 10101010 11001 1000010 0 1010101 111101 100001 101010111 1001010 100110

Color Harmonies of #AA1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1942

Black with #AA1942

Text Example


Text Example

White with #AA1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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