Html Css Color HEX #AA1501 Free Speech Red

📋 copy color: '#AA1501'

red 170 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #AA1501

Tints of Free Speech Red #AA1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 88.54%
G = 10.94%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA1501 (or 0xAA1501) is known color: Free Speech Red. HEX triplet: AA, 15 and 01. RGB value is (170,21,1). Sum of RGB (Red+Green+Blue) = 170+21+1=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1501 is #55EAFE. Grayscale: #3F3F3F. Windows color (decimal): -5630719 or 71082. OLE color: 71082.

HSL color Cylindrical-coordinate representation of color #AA1501: hue angle of 7.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA1501 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 21 1 -
CMYK 0 0.88 0.99 0.33
HSL 7.1º 0.99% 0.34% -
HSV(B) 7.1º 0.99% 0.67% -
XYZ 16.85 9.08 0.89 -
YUV 63.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 170 21 1 0 0.88 0.99 0.33 7.1 0.99 0.34
Hex AA 15 1 0 58 63 21 7 63 22
Octal 252 25 1 0 130 143 41 7 143 42
Binary 10101010 10101 1 0 1011000 1100011 100001 111 1100011 100010

Color Harmonies of #AA1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1501

Black with #AA1501

Text Example


Text Example

White with #AA1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1501; }

 p { color: rgb(170,21,1); }

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

background-color css

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

 a { background-color: rgb(170,21,1); }

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

border-color css

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

 span { border-color: rgb(170,21,1); }

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