#A61100

Color #A61100 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #A61100

Tints of Free Speech Red #A61100

Color information

#A61100 (or 0xA61100) is unknown color: approx Free Speech Red. HEX triplet: A6, 11 and 00. RGB value is (166,17,0). Sum of RGB (Red+Green+Blue) = 166+17+0=183 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.71% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 166 - color contains mainly: red. Hex color #A61100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61100 is #59EEFF. Grayscale: #3B3B3B. Windows color (decimal): -5893888 or 4518. OLE color: 4518.

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

Color convert

RGB166170-
CMYK00.9010.35
HSL6.14º100%32.55%-
HSV(B)6.14º100%65.1%-
XYZ15.938.510.8-
YUV59.6194.36203.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 90.71%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.71%
G=9.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16617000.9010.356.1410032.55
HexA611005A642366421
Octal246210013214443614441
Binary101001101000100101101011001001000111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61100; }

 p { color: rgb(166,17,0); }

 H1.HeaderClassName
 {
   color: #A61100;
 }
 .AnyTagClassName
 {
   color: #A61100;
 }
</style>
background-color css

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

 a { background-color: rgb(166,17,0); }

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

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

 span { border-color: rgb(166,17,0); }

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