Shades of Free Speech Red #AC1A01
Tints of Free Speech Red #AC1A01
RGB
CMYK
RGB Variations
Color information
#AC1A01 (or 0xAC1A01) is known color: Free Speech Red. HEX triplet: AC, 1A and 01. RGB value is (172,26,1). Sum of RGB (Red+Green+Blue) = 172+26+1=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A01 is #53E5FE. Grayscale: #434343. Windows color (decimal): -5498367 or 72364. OLE color: 72364.
HSL color Cylindrical-coordinate representation of color #AC1A01: hue angle of 8.77º 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 #AC1A01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.33 |
| HSL | 8.77º | 0.99% | 0.34% | - |
| HSV(B) | 8.77º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 9.51 | 0.95 | - |
| YUV | 66.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 1 | 0 | 0.85 | 0.99 | 0.33 | 8.77 | 0.99 | 0.34 |
| Hex | AC | 1A | 1 | 0 | 55 | 63 | 21 | 9 | 63 | 22 |
| Octal | 254 | 32 | 1 | 0 | 125 | 143 | 41 | 11 | 143 | 42 |
| Binary | 10101100 | 11010 | 1 | 0 | 1010101 | 1100011 | 100001 | 1001 | 1100011 | 100010 |
Color Harmonies of #AC1A01
Complementary color
Monochromatic Colors of #AC1A01
Black with #AC1A01
Text Example
Text Example
White with #AC1A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A01; }
p { color: rgb(172,26,1); }
H1.HeaderClassName
{
color: #AC1A01;
}
.AnyTagClassName
{
color: #AC1A01;
}
</style>
background-color css
<style>
a { background-color: #AC1A01; }
a { background-color: rgb(172,26,1); }
div.DivClassName
{
background-color: #AC1A01;
}
.BgClassName
{
background-color: #AC1A01;
}
</style>
border-color css
<style>
span { border-color: #AC1A01; }
span { border-color: rgb(172,26,1); }
td.TdClassName
{
border-color: #AC1A01;
}
.TagClassName
{
border-color: #AC1A01;
}
</style>