#A60E0B

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

Shades of Free Speech Red #A60E0B

Tints of Free Speech Red #A60E0B

Color information

#A60E0B (or 0xA60E0B) is unknown color: approx Free Speech Red. HEX triplet: A6, 0E and 0B. RGB value is (166,14,11). Sum of RGB (Red+Green+Blue) = 166+14+11=191 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.91% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60E0B is #59F1F4. Grayscale: #3B3B3B. Windows color (decimal): -5894645 or 724646. OLE color: 724646.

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

Color convert

RGB1661411-
CMYK00.920.930.35
HSL1.16º87.57%34.71%-
HSV(B)1.16º93.37%65.1%-
XYZ15.948.451.11-
YUV59.11100.86204.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 86.91%
GREEN value IS 14 (5.86% from 255) = 7.33%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=86.91%
G=7.33%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166141100.920.930.351.1687.5734.71
HexA6EB05C5D2315823
Octal2461613013413543113043
Binary101001101110101101011100101110110001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E0B; }

 p { color: rgb(166,14,11); }

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

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

 a { background-color: rgb(166,14,11); }

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

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

 span { border-color: rgb(166,14,11); }

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