Html Css Color HEX #AA0F00 Free Speech Red

📋 copy color: '#AA0F00'

red 170 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #AA0F00

Tints of Free Speech Red #AA0F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.89%
G = 8.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA0F00 (or 0xAA0F00) is known color: Free Speech Red. HEX triplet: AA, 0F and 00. RGB value is (170,15,0). Sum of RGB (Red+Green+Blue) = 170+15+0=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F00 is #55F0FF. Grayscale: #3B3B3B. Windows color (decimal): -5632256 or 4010. OLE color: 4010.

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

Color convert

RGB 170 15 0 -
CMYK 0 0.91 1 0.33
HSL 5.29º 1% 0.33% -
HSV(B) 5.29º 1% 0.67% -
XYZ 16.75 8.89 0.83 -
YUV 59.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 170 15 0 0 0.91 1 0.33 5.29 1 0.33
Hex AA F 0 0 5B 64 21 5 64 21
Octal 252 17 0 0 133 144 41 5 144 41
Binary 10101010 1111 0 0 1011011 1100100 100001 101 1100100 100001

Color Harmonies of #AA0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F00

Black with #AA0F00

Text Example


Text Example

White with #AA0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F00; }

 p { color: rgb(170,15,0); }

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

background-color css

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

 a { background-color: rgb(170,15,0); }

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

border-color css

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

 span { border-color: rgb(170,15,0); }

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