Html Css Color HEX #AA0F06 Free Speech Red

📋 copy color: '#AA0F06'

red 170 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #AA0F06

Tints of Free Speech Red #AA0F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.14%

R = 89.01%
G = 7.85%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0F06 (or 0xAA0F06) is known color: Free Speech Red. HEX triplet: AA, 0F and 06. RGB value is (170,15,6). Sum of RGB (Red+Green+Blue) = 170+15+6=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F06 is #55F0F9. Grayscale: #3C3C3C. Windows color (decimal): -5632250 or 397226. OLE color: 397226.

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

Color convert

RGB 170 15 6 -
CMYK 0 0.91 0.96 0.33
HSL 3.29º 0.93% 0.35% -
HSV(B) 3.29º 0.96% 0.67% -
XYZ 16.78 8.9 1.01 -
YUV 60.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 170 15 6 0 0.91 0.96 0.33 3.29 0.93 0.35
Hex AA F 6 0 5B 60 21 3 5D 23
Octal 252 17 6 0 133 140 41 3 135 43
Binary 10101010 1111 110 0 1011011 1100000 100001 11 1011101 100011

Color Harmonies of #AA0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F06

Black with #AA0F06

Text Example


Text Example

White with #AA0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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