Html Css Color HEX #AA1135 Cardinal

📋 copy color: '#AA1135'

red 170 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #AA1135

Tints of Cardinal #AA1135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 70.83%
G = 7.08%
B = 22.08%

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

#AA1135 (or 0xAA1135) is known color: Cardinal. HEX triplet: AA, 11 and 35. RGB value is (170,17,53). Sum of RGB (Red+Green+Blue) = 170+17+53=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1135 is #55EECA. Grayscale: #424242. Windows color (decimal): -5631691 or 3477930. OLE color: 3477930.

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

Color convert

RGB 170 17 53 -
CMYK 0 0.9 0.69 0.33
HSL 345.88º 0.82% 0.37% -
HSV(B) 345.88º 0.9% 0.67% -
XYZ 17.42 9.2 4.23 -
YUV 66.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 170 17 53 0 0.9 0.69 0.33 345.88 0.82 0.37
Hex AA 11 35 0 5A 45 21 15A 52 25
Octal 252 21 65 0 132 105 41 532 122 45
Binary 10101010 10001 110101 0 1011010 1000101 100001 101011010 1010010 100101

Color Harmonies of #AA1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1135

Black with #AA1135

Text Example


Text Example

White with #AA1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1135; }

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

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

background-color css

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

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

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

border-color css

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

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

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