Html Css Color HEX #AA1134 Cardinal

📋 copy color: '#AA1134'

red 170 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #AA1134

Tints of Cardinal #AA1134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 71.13%
G = 7.11%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1134 (or 0xAA1134) is known color: Cardinal. HEX triplet: AA, 11 and 34. RGB value is (170,17,52). Sum of RGB (Red+Green+Blue) = 170+17+52=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1134 is #55EECB. Grayscale: #424242. Windows color (decimal): -5631692 or 3412394. OLE color: 3412394.

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

Color convert

RGB 170 17 52 -
CMYK 0 0.9 0.69 0.33
HSL 346.27º 0.82% 0.37% -
HSV(B) 346.27º 0.9% 0.67% -
XYZ 17.4 9.19 4.11 -
YUV 66.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 170 17 52 0 0.9 0.69 0.33 346.27 0.82 0.37
Hex AA 11 34 0 5A 45 21 15A 52 25
Octal 252 21 64 0 132 105 41 532 122 45
Binary 10101010 10001 110100 0 1011010 1000101 100001 101011010 1010010 100101

Color Harmonies of #AA1134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1134

Black with #AA1134

Text Example


Text Example

White with #AA1134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1134; }

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

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

background-color css

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

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

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

border-color css

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

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

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