#A61200

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

Shades of Free Speech Red #A61200

Tints of Free Speech Red #A61200

Color information

#A61200 (or 0xA61200) is unknown color: approx Free Speech Red. HEX triplet: A6, 12 and 00. RGB value is (166,18,0). Sum of RGB (Red+Green+Blue) = 166+18+0=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A61200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61200 is #59EDFF. Grayscale: #3C3C3C. Windows color (decimal): -5893632 or 4774. OLE color: 4774.

HSL color Cylindrical-coordinate representation of color #A61200: hue angle of 6.51º 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 #A61200 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166180-
CMYK00.8910.35
HSL6.51º100%32.55%-
HSV(B)6.51º100%65.1%-
XYZ15.948.540.81-
YUV60.294.03203.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 90.22%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.22%
G=9.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16618000.8910.356.5110032.55
HexA6120059642376421
Octal246220013114443714441
Binary101001101001000101100111001001000111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61200; }

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

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

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

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

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

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

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

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