Shades of Free Speech Red #AC0401
Tints of Free Speech Red #AC0401
RGB
CMYK
RGB Variations
Color information
#AC0401 (or 0xAC0401) is known color: Free Speech Red. HEX triplet: AC, 04 and 01. RGB value is (172,4,1). Sum of RGB (Red+Green+Blue) = 172+4+1=177 (23% of max value = 765). Red value is 172 (67.58% from 255 or 97.18% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0401 is #53FBFE. Grayscale: #363636. Windows color (decimal): -5503999 or 66732. OLE color: 66732.
HSL color Cylindrical-coordinate representation of color #AC0401: hue angle of 1.05º 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 #AC0401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.33 |
| HSL | 1.05º | 0.99% | 0.34% | - |
| HSV(B) | 1.05º | 0.99% | 0.67% | - |
| XYZ | 17.06 | 8.86 | 0.84 | - |
| YUV | 53.89 | 98.16 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 1 | 0 | 0.98 | 0.99 | 0.33 | 1.05 | 0.99 | 0.34 |
| Hex | AC | 4 | 1 | 0 | 62 | 63 | 21 | 1 | 63 | 22 |
| Octal | 254 | 4 | 1 | 0 | 142 | 143 | 41 | 1 | 143 | 42 |
| Binary | 10101100 | 100 | 1 | 0 | 1100010 | 1100011 | 100001 | 1 | 1100011 | 100010 |
Color Harmonies of #AC0401
Complementary color
Monochromatic Colors of #AC0401
Black with #AC0401
Text Example
Text Example
White with #AC0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0401; }
p { color: rgb(172,4,1); }
H1.HeaderClassName
{
color: #AC0401;
}
.AnyTagClassName
{
color: #AC0401;
}
</style>
background-color css
<style>
a { background-color: #AC0401; }
a { background-color: rgb(172,4,1); }
div.DivClassName
{
background-color: #AC0401;
}
.BgClassName
{
background-color: #AC0401;
}
</style>
border-color css
<style>
span { border-color: #AC0401; }
span { border-color: rgb(172,4,1); }
td.TdClassName
{
border-color: #AC0401;
}
.TagClassName
{
border-color: #AC0401;
}
</style>