Shades of Free Speech Red #AC1A00
Tints of Free Speech Red #AC1A00
RGB
CMYK
RGB Variations
Color information
#AC1A00 (or 0xAC1A00) is known color: Free Speech Red. HEX triplet: AC, 1A and 00. RGB value is (172,26,0). Sum of RGB (Red+Green+Blue) = 172+26+0=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A00 is #53E5FF. Grayscale: #424242. Windows color (decimal): -5498368 or 6828. OLE color: 6828.
HSL color Cylindrical-coordinate representation of color #AC1A00: hue angle of 9.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC1A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.33 |
| HSL | 9.07º | 1% | 0.34% | - |
| HSV(B) | 9.07º | 1% | 0.67% | - |
| XYZ | 17.38 | 9.51 | 0.92 | - |
| YUV | 66.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 0 | 0 | 0.85 | 1 | 0.33 | 9.07 | 1 | 0.34 |
| Hex | AC | 1A | 0 | 0 | 55 | 64 | 21 | 9 | 64 | 22 |
| Octal | 254 | 32 | 0 | 0 | 125 | 144 | 41 | 11 | 144 | 42 |
| Binary | 10101100 | 11010 | 0 | 0 | 1010101 | 1100100 | 100001 | 1001 | 1100100 | 100010 |
Color Harmonies of #AC1A00
Complementary color
Monochromatic Colors of #AC1A00
Black with #AC1A00
Text Example
Text Example
White with #AC1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A00; }
p { color: rgb(172,26,0); }
H1.HeaderClassName
{
color: #AC1A00;
}
.AnyTagClassName
{
color: #AC1A00;
}
</style>
background-color css
<style>
a { background-color: #AC1A00; }
a { background-color: rgb(172,26,0); }
div.DivClassName
{
background-color: #AC1A00;
}
.BgClassName
{
background-color: #AC1A00;
}
</style>
border-color css
<style>
span { border-color: #AC1A00; }
span { border-color: rgb(172,26,0); }
td.TdClassName
{
border-color: #AC1A00;
}
.TagClassName
{
border-color: #AC1A00;
}
</style>