#A60C0A

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

Shades of Free Speech Red #A60C0A

Tints of Free Speech Red #A60C0A

Color information

#A60C0A (or 0xA60C0A) is unknown color: approx Free Speech Red. HEX triplet: A6, 0C and 0A. RGB value is (166,12,10). Sum of RGB (Red+Green+Blue) = 166+12+10=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C0A is #59F3F5. Grayscale: #393939. Windows color (decimal): -5895158 or 658598. OLE color: 658598.

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

Color convert

RGB1661210-
CMYK00.930.940.35
HSL0.77º88.64%34.51%-
HSV(B)0.77º93.98%65.1%-
XYZ15.918.391.07-
YUV57.82101.02205.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.30%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=88.30%
G=6.38%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166121000.930.940.350.7788.6434.51
HexA6CA05D5E2315923
Octal2461412013513643113143
Binary101001101100101001011101101111010001111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C0A; }

 p { color: rgb(166,12,10); }

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

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

 a { background-color: rgb(166,12,10); }

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

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

 span { border-color: rgb(166,12,10); }

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