Html Css Color HEX #AA0601 Free Speech Red

📋 copy color: '#AA0601'

red 170 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #AA0601

Tints of Free Speech Red #AA0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

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

R = 96.05%
G = 3.39%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA0601 (or 0xAA0601) is known color: Free Speech Red. HEX triplet: AA, 06 and 01. RGB value is (170,6,1). Sum of RGB (Red+Green+Blue) = 170+6+1=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0601 is #55F9FE. Grayscale: #363636. Windows color (decimal): -5634559 or 67242. OLE color: 67242.

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

Color convert

RGB 170 6 1 -
CMYK 0 0.96 0.99 0.33
HSL 1.78º 0.99% 0.34% -
HSV(B) 1.78º 0.99% 0.67% -
XYZ 16.65 8.68 0.83 -
YUV 54.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 170 6 1 0 0.96 0.99 0.33 1.78 0.99 0.34
Hex AA 6 1 0 60 63 21 2 63 22
Octal 252 6 1 0 140 143 41 2 143 42
Binary 10101010 110 1 0 1100000 1100011 100001 10 1100011 100010

Color Harmonies of #AA0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0601

Black with #AA0601

Text Example


Text Example

White with #AA0601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0601; }

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

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

background-color css

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

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

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

border-color css

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

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

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