Html Css Color HEX #AA122E Cardinal

📋 copy color: '#AA122E'

red 170 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #AA122E

Tints of Cardinal #AA122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 72.65%
G = 7.69%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA122E (or 0xAA122E) is known color: Cardinal. HEX triplet: AA, 12 and 2E. RGB value is (170,18,46). Sum of RGB (Red+Green+Blue) = 170+18+46=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122E is #55EDD1. Grayscale: #424242. Windows color (decimal): -5631442 or 3019434. OLE color: 3019434.

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

Color convert

RGB 170 18 46 -
CMYK 0 0.89 0.73 0.33
HSL 348.95º 0.81% 0.37% -
HSV(B) 348.95º 0.89% 0.67% -
XYZ 17.29 9.18 3.44 -
YUV 66.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 170 18 46 0 0.89 0.73 0.33 348.95 0.81 0.37
Hex AA 12 2E 0 59 49 21 15D 51 25
Octal 252 22 56 0 131 111 41 535 121 45
Binary 10101010 10010 101110 0 1011001 1001001 100001 101011101 1010001 100101

Color Harmonies of #AA122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA122E

Black with #AA122E

Text Example


Text Example

White with #AA122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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