#A60B07

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

Shades of Free Speech Red #A60B07

Tints of Free Speech Red #A60B07

Color information

#A60B07 (or 0xA60B07) is unknown color: approx Free Speech Red. HEX triplet: A6, 0B and 07. RGB value is (166,11,7). Sum of RGB (Red+Green+Blue) = 166+11+7=184 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.22% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B07 is #59F4F8. Grayscale: #393939. Windows color (decimal): -5895417 or 461734. OLE color: 461734.

HSL color Cylindrical-coordinate representation of color #A60B07: hue angle of 1.51º degrees, saturation: 0.92, 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 #A60B07 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166117-
CMYK00.930.960.35
HSL1.51º91.91%33.92%-
HSV(B)1.51º95.78%65.1%-
XYZ15.888.360.98-
YUV56.8999.85205.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 90.22%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=90.22%
G=5.98%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611700.930.960.351.5191.9133.92
HexA6B705D602325c22
Octal246137013514043213442
Binary101001101011111010111011100000100011101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B07; }

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

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

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

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

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

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

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

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