Html Css Color HEX #AA1A20 Bright Red

📋 copy color: '#AA1A20'

red 170 ◦ green 26 ◦ blue 32

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

Shades of Bright Red #AA1A20

Tints of Bright Red #AA1A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 74.56%
G = 11.4%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA1A20 (or 0xAA1A20) is known color: Bright Red. HEX triplet: AA, 1A and 20. RGB value is (170,26,32). Sum of RGB (Red+Green+Blue) = 170+26+32=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A20 is #55E5DF. Grayscale: #454545. Windows color (decimal): -5629408 or 2103978. OLE color: 2103978.

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

Color convert

RGB 170 26 32 -
CMYK 0 0.85 0.81 0.33
HSL 357.5º 0.73% 0.38% -
HSV(B) 357.5º 0.85% 0.67% -
XYZ 17.21 9.39 2.27 -
YUV 69.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 170 26 32 0 0.85 0.81 0.33 357.5 0.73 0.38
Hex AA 1A 20 0 55 51 21 166 49 26
Octal 252 32 40 0 125 121 41 546 111 46
Binary 10101010 11010 100000 0 1010101 1010001 100001 101100110 1001001 100110

Color Harmonies of #AA1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A20

Black with #AA1A20

Text Example


Text Example

White with #AA1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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