#A60D0D

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

Shades of Free Speech Red #A60D0D

Tints of Free Speech Red #A60D0D

Color information

#A60D0D (or 0xA60D0D) is unknown color: approx Free Speech Red. HEX triplet: A6, 0D and 0D. RGB value is (166,13,13). Sum of RGB (Red+Green+Blue) = 166+13+13=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60D0D is #59F2F2. Grayscale: #3A3A3A. Windows color (decimal): -5894899 or 855462. OLE color: 855462.

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

Color convert

RGB1661313-
CMYK00.920.920.35
HSL85.47%35.1%-
HSV(B)92.17%65.1%-
XYZ15.948.421.17-
YUV58.75102.19204.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 86.46%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=86.46%
G=6.77%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166131300.920.920.35085.4735.1
HexA6DD05C5C2305523
Octal2461515013413443012543
Binary101001101101110101011100101110010001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D0D; }

 p { color: rgb(166,13,13); }

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

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

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

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

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

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

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