Shades of Free Speech Red #AC0C06
Tints of Free Speech Red #AC0C06
RGB
CMYK
RGB Variations
Color information
#AC0C06 (or 0xAC0C06) is known color: Free Speech Red. HEX triplet: AC, 0C and 06. RGB value is (172,12,6). Sum of RGB (Red+Green+Blue) = 172+12+6=190 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.53% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C06 is #53F3F9. Grayscale: #3B3B3B. Windows color (decimal): -5501946 or 396460. OLE color: 396460.
HSL color Cylindrical-coordinate representation of color #AC0C06: hue angle of 2.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0C06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.33 |
| HSL | 2.17º | 0.93% | 0.35% | - |
| HSV(B) | 2.17º | 0.97% | 0.67% | - |
| XYZ | 17.18 | 9.05 | 1.01 | - |
| YUV | 59.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 6 | 0 | 0.93 | 0.97 | 0.33 | 2.17 | 0.93 | 0.35 |
| Hex | AC | C | 6 | 0 | 5D | 61 | 21 | 2 | 5D | 23 |
| Octal | 254 | 14 | 6 | 0 | 135 | 141 | 41 | 2 | 135 | 43 |
| Binary | 10101100 | 1100 | 110 | 0 | 1011101 | 1100001 | 100001 | 10 | 1011101 | 100011 |
Color Harmonies of #AC0C06
Complementary color
Monochromatic Colors of #AC0C06
Black with #AC0C06
Text Example
Text Example
White with #AC0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C06; }
p { color: rgb(172,12,6); }
H1.HeaderClassName
{
color: #AC0C06;
}
.AnyTagClassName
{
color: #AC0C06;
}
</style>
background-color css
<style>
a { background-color: #AC0C06; }
a { background-color: rgb(172,12,6); }
div.DivClassName
{
background-color: #AC0C06;
}
.BgClassName
{
background-color: #AC0C06;
}
</style>
border-color css
<style>
span { border-color: #AC0C06; }
span { border-color: rgb(172,12,6); }
td.TdClassName
{
border-color: #AC0C06;
}
.TagClassName
{
border-color: #AC0C06;
}
</style>