Html Css Color HEX #AA1A45 Cardinal

📋 copy color: '#AA1A45'

red 170 ◦ green 26 ◦ blue 69

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

Shades of Cardinal #AA1A45

Tints of Cardinal #AA1A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 64.15%
G = 9.81%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA1A45 (or 0xAA1A45) is known color: Cardinal. HEX triplet: AA, 1A and 45. RGB value is (170,26,69). Sum of RGB (Red+Green+Blue) = 170+26+69=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A45 is #55E5BA. Grayscale: #494949. Windows color (decimal): -5629371 or 4528810. OLE color: 4528810.

HSL color Cylindrical-coordinate representation of color #AA1A45: hue angle of 342.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A45 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 69 -
CMYK 0 0.85 0.59 0.33
HSL 342.08º 0.73% 0.38% -
HSV(B) 342.08º 0.85% 0.67% -
XYZ 18.02 9.71 6.56 -
YUV 73.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 170 26 69 0 0.85 0.59 0.33 342.08 0.73 0.38
Hex AA 1A 45 0 55 3B 21 156 49 26
Octal 252 32 105 0 125 73 41 526 111 46
Binary 10101010 11010 1000101 0 1010101 111011 100001 101010110 1001001 100110

Color Harmonies of #AA1A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A45

Black with #AA1A45

Text Example


Text Example

White with #AA1A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A45; }

 p { color: rgb(170,26,69); }

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

background-color css

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

 a { background-color: rgb(170,26,69); }

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

border-color css

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

 span { border-color: rgb(170,26,69); }

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