Shades of Free Speech Red #AC1301
Tints of Free Speech Red #AC1301
RGB
CMYK
RGB Variations
Color information
#AC1301 (or 0xAC1301) is known color: Free Speech Red. HEX triplet: AC, 13 and 01. RGB value is (172,19,1). Sum of RGB (Red+Green+Blue) = 172+19+1=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1301 is #53ECFE. Grayscale: #3E3E3E. Windows color (decimal): -5500159 or 70572. OLE color: 70572.
HSL color Cylindrical-coordinate representation of color #AC1301: hue angle of 6.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1301 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.33 |
| HSL | 6.32º | 0.99% | 0.34% | - |
| HSV(B) | 6.32º | 0.99% | 0.67% | - |
| XYZ | 17.25 | 9.24 | 0.9 | - |
| YUV | 62.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 1 | 0 | 0.89 | 0.99 | 0.33 | 6.32 | 0.99 | 0.34 |
| Hex | AC | 13 | 1 | 0 | 59 | 63 | 21 | 6 | 63 | 22 |
| Octal | 254 | 23 | 1 | 0 | 131 | 143 | 41 | 6 | 143 | 42 |
| Binary | 10101100 | 10011 | 1 | 0 | 1011001 | 1100011 | 100001 | 110 | 1100011 | 100010 |
Color Harmonies of #AC1301
Complementary color
Monochromatic Colors of #AC1301
Black with #AC1301
Text Example
Text Example
White with #AC1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1301; }
p { color: rgb(172,19,1); }
H1.HeaderClassName
{
color: #AC1301;
}
.AnyTagClassName
{
color: #AC1301;
}
</style>
background-color css
<style>
a { background-color: #AC1301; }
a { background-color: rgb(172,19,1); }
div.DivClassName
{
background-color: #AC1301;
}
.BgClassName
{
background-color: #AC1301;
}
</style>
border-color css
<style>
span { border-color: #AC1301; }
span { border-color: rgb(172,19,1); }
td.TdClassName
{
border-color: #AC1301;
}
.TagClassName
{
border-color: #AC1301;
}
</style>