#A60906

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

Shades of Free Speech Red #A60906

Tints of Free Speech Red #A60906

Color information

#A60906 (or 0xA60906) is unknown color: approx Free Speech Red. HEX triplet: A6, 09 and 06. RGB value is (166,9,6). Sum of RGB (Red+Green+Blue) = 166+9+6=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A60906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60906 is #59F6F9. Grayscale: #373737. Windows color (decimal): -5895930 or 395686. OLE color: 395686.

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

Color convert

RGB16696-
CMYK00.950.960.35
HSL1.13º93.02%33.73%-
HSV(B)1.13º96.39%65.1%-
XYZ15.868.320.94-
YUV55.6100.01206.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 91.71%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=91.71%
G=4.97%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669600.950.960.351.1393.0233.73
HexA69605F602315d22
Octal246116013714043113542
Binary10100110100111001011111110000010001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60906; }

 p { color: rgb(166,9,6); }

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

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

 a { background-color: rgb(166,9,6); }

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

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

 span { border-color: rgb(166,9,6); }

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