Shades of Free Speech Red #A60C08
Tints of Free Speech Red #A60C08
RGB
CMYK
RGB Variations
Color information
#A60C08 (or 0xA60C08) is known color: Free Speech Red. HEX triplet: A6, 0C and 08. RGB value is (166,12,8). Sum of RGB (Red+Green+Blue) = 166+12+8=186 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.25% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C08 is #59F3F7. Grayscale: #393939. Windows color (decimal): -5895160 or 527526. OLE color: 527526.
HSL color Cylindrical-coordinate representation of color #A60C08: hue angle of 1.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60C08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 8 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.35 |
| HSL | 1.52º | 0.91% | 0.34% | - |
| HSV(B) | 1.52º | 0.95% | 0.65% | - |
| XYZ | 15.9 | 8.39 | 1.01 | - |
| YUV | 57.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 8 | 0 | 0.93 | 0.95 | 0.35 | 1.52 | 0.91 | 0.34 |
| Hex | A6 | C | 8 | 0 | 5D | 5F | 23 | 2 | 5B | 22 |
| Octal | 246 | 14 | 10 | 0 | 135 | 137 | 43 | 2 | 133 | 42 |
| Binary | 10100110 | 1100 | 1000 | 0 | 1011101 | 1011111 | 100011 | 10 | 1011011 | 100010 |
Color Harmonies of #A60C08
Complementary color
Monochromatic Colors of #A60C08
Black with #A60C08
Text Example
Text Example
White with #A60C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C08; }
p { color: rgb(166,12,8); }
H1.HeaderClassName
{
color: #A60C08;
}
.AnyTagClassName
{
color: #A60C08;
}
</style>
background-color css
<style>
a { background-color: #A60C08; }
a { background-color: rgb(166,12,8); }
div.DivClassName
{
background-color: #A60C08;
}
.BgClassName
{
background-color: #A60C08;
}
</style>
border-color css
<style>
span { border-color: #A60C08; }
span { border-color: rgb(166,12,8); }
td.TdClassName
{
border-color: #A60C08;
}
.TagClassName
{
border-color: #A60C08;
}
</style>