Html Css Color HEX #AA112D Cardinal

📋 copy color: '#AA112D'

red 170 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #AA112D

Tints of Cardinal #AA112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 73.28%
G = 7.33%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA112D (or 0xAA112D) is known color: Cardinal. HEX triplet: AA, 11 and 2D. RGB value is (170,17,45). Sum of RGB (Red+Green+Blue) = 170+17+45=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA112D is #55EED2. Grayscale: #414141. Windows color (decimal): -5631699 or 2953642. OLE color: 2953642.

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

Color convert

RGB 170 17 45 -
CMYK 0 0.9 0.74 0.33
HSL 349.02º 0.82% 0.37% -
HSV(B) 349.02º 0.9% 0.67% -
XYZ 17.25 9.14 3.34 -
YUV 65.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 170 17 45 0 0.9 0.74 0.33 349.02 0.82 0.37
Hex AA 11 2D 0 5A 4A 21 15D 52 25
Octal 252 21 55 0 132 112 41 535 122 45
Binary 10101010 10001 101101 0 1011010 1001010 100001 101011101 1010010 100101

Color Harmonies of #AA112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA112D

Black with #AA112D

Text Example


Text Example

White with #AA112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA112D; }

 p { color: rgb(170,17,45); }

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

background-color css

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

 a { background-color: rgb(170,17,45); }

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

border-color css

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

 span { border-color: rgb(170,17,45); }

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