#A60D0B

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

Shades of Free Speech Red #A60D0B

Tints of Free Speech Red #A60D0B

Color information

#A60D0B (or 0xA60D0B) is unknown color: approx Free Speech Red. HEX triplet: A6, 0D and 0B. RGB value is (166,13,11). Sum of RGB (Red+Green+Blue) = 166+13+11=190 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.37% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60D0B is #59F2F4. Grayscale: #3A3A3A. Windows color (decimal): -5894901 or 724390. OLE color: 724390.

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

Color convert

RGB1661311-
CMYK00.920.930.35
HSL0.77º87.57%34.71%-
HSV(B)0.77º93.37%65.1%-
XYZ15.938.421.1-
YUV58.52101.19204.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.37%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=87.37%
G=6.84%
B=5.79%

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
Decimal166131100.920.930.350.7787.5734.71
HexA6DB05C5D2315823
Octal2461513013413543113043
Binary101001101101101101011100101110110001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D0B; }

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

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

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

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

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

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

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

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