Html Css Color HEX #AA1A41 Cardinal

📋 copy color: '#AA1A41'

red 170 ◦ green 26 ◦ blue 65

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

Shades of Cardinal #AA1A41

Tints of Cardinal #AA1A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 65.13%
G = 9.96%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1A41 (or 0xAA1A41) is known color: Cardinal. HEX triplet: AA, 1A and 41. RGB value is (170,26,65). Sum of RGB (Red+Green+Blue) = 170+26+65=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A41 is #55E5BE. Grayscale: #494949. Windows color (decimal): -5629375 or 4266666. OLE color: 4266666.

HSL color Cylindrical-coordinate representation of color #AA1A41: hue angle of 343.75º degrees, saturation: 0.73, 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 #AA1A41 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 65 -
CMYK 0 0.85 0.62 0.33
HSL 343.75º 0.73% 0.38% -
HSV(B) 343.75º 0.85% 0.67% -
XYZ 17.9 9.67 5.92 -
YUV 73.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 170 26 65 0 0.85 0.62 0.33 343.75 0.73 0.38
Hex AA 1A 41 0 55 3E 21 158 49 26
Octal 252 32 101 0 125 76 41 530 111 46
Binary 10101010 11010 1000001 0 1010101 111110 100001 101011000 1001001 100110

Color Harmonies of #AA1A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A41

Black with #AA1A41

Text Example


Text Example

White with #AA1A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A41; }

 p { color: rgb(170,26,65); }

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

background-color css

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

 a { background-color: rgb(170,26,65); }

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

border-color css

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

 span { border-color: rgb(170,26,65); }

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