#A60C0B

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

Shades of Free Speech Red #A60C0B

Tints of Free Speech Red #A60C0B

Color information

#A60C0B (or 0xA60C0B) is unknown color: approx Free Speech Red. HEX triplet: A6, 0C and 0B. RGB value is (166,12,11). Sum of RGB (Red+Green+Blue) = 166+12+11=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C0B is #59F3F4. Grayscale: #3A3A3A. Windows color (decimal): -5895157 or 724134. OLE color: 724134.

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

Color convert

RGB1661211-
CMYK00.930.930.35
HSL0.39º87.57%34.71%-
HSV(B)0.39º93.37%65.1%-
XYZ15.928.391.1-
YUV57.93101.52205.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.83%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=87.83%
G=6.35%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166121100.930.930.350.3987.5734.71
HexA6CB05D5D2305823
Octal2461413013513543013043
Binary101001101100101101011101101110110001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C0B; }

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

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

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

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

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

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

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

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