Html Css Color HEX #AA122B Cardinal

📋 copy color: '#AA122B'

red 170 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #AA122B

Tints of Cardinal #AA122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 73.59%
G = 7.79%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA122B (or 0xAA122B) is known color: Cardinal. HEX triplet: AA, 12 and 2B. RGB value is (170,18,43). Sum of RGB (Red+Green+Blue) = 170+18+43=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122B is #55EDD4. Grayscale: #424242. Windows color (decimal): -5631445 or 2822826. OLE color: 2822826.

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

Color convert

RGB 170 18 43 -
CMYK 0 0.89 0.75 0.33
HSL 350.13º 0.81% 0.37% -
HSV(B) 350.13º 0.89% 0.67% -
XYZ 17.23 9.15 3.14 -
YUV 66.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 170 18 43 0 0.89 0.75 0.33 350.13 0.81 0.37
Hex AA 12 2B 0 59 4B 21 15E 51 25
Octal 252 22 53 0 131 113 41 536 121 45
Binary 10101010 10010 101011 0 1011001 1001011 100001 101011110 1010001 100101

Color Harmonies of #AA122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA122B

Black with #AA122B

Text Example


Text Example

White with #AA122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA122B; }

 p { color: rgb(170,18,43); }

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

background-color css

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

 a { background-color: rgb(170,18,43); }

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

border-color css

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

 span { border-color: rgb(170,18,43); }

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