Html Css Color HEX #AA1A3E Cardinal

📋 copy color: '#AA1A3E'

red 170 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #AA1A3E

Tints of Cardinal #AA1A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 65.89%
G = 10.08%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA1A3E (or 0xAA1A3E) is known color: Cardinal. HEX triplet: AA, 1A and 3E. RGB value is (170,26,62). Sum of RGB (Red+Green+Blue) = 170+26+62=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A3E is #55E5C1. Grayscale: #494949. Windows color (decimal): -5629378 or 4070058. OLE color: 4070058.

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

Color convert

RGB 170 26 62 -
CMYK 0 0.85 0.64 0.33
HSL 345º 0.73% 0.38% -
HSV(B) 345º 0.85% 0.67% -
XYZ 17.82 9.63 5.48 -
YUV 73.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 170 26 62 0 0.85 0.64 0.33 345 0.73 0.38
Hex AA 1A 3E 0 55 40 21 159 49 26
Octal 252 32 76 0 125 100 41 531 111 46
Binary 10101010 11010 111110 0 1010101 1000000 100001 101011001 1001001 100110

Color Harmonies of #AA1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A3E

Black with #AA1A3E

Text Example


Text Example

White with #AA1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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