Shades of Free Speech Red #AC1900
Tints of Free Speech Red #AC1900
RGB
CMYK
RGB Variations
Color information
#AC1900 (or 0xAC1900) is known color: Free Speech Red. HEX triplet: AC, 19 and 00. RGB value is (172,25,0). Sum of RGB (Red+Green+Blue) = 172+25+0=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1900 is #53E6FF. Grayscale: #424242. Windows color (decimal): -5498624 or 6572. OLE color: 6572.
HSL color Cylindrical-coordinate representation of color #AC1900: hue angle of 8.72º 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 #AC1900 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.33 |
| HSL | 8.72º | 1% | 0.34% | - |
| HSV(B) | 8.72º | 1% | 0.67% | - |
| XYZ | 17.36 | 9.47 | 0.91 | - |
| YUV | 66.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 0 | 0 | 0.85 | 1 | 0.33 | 8.72 | 1 | 0.34 |
| Hex | AC | 19 | 0 | 0 | 55 | 64 | 21 | 9 | 64 | 22 |
| Octal | 254 | 31 | 0 | 0 | 125 | 144 | 41 | 11 | 144 | 42 |
| Binary | 10101100 | 11001 | 0 | 0 | 1010101 | 1100100 | 100001 | 1001 | 1100100 | 100010 |
Color Harmonies of #AC1900
Complementary color
Monochromatic Colors of #AC1900
Black with #AC1900
Text Example
Text Example
White with #AC1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1900; }
p { color: rgb(172,25,0); }
H1.HeaderClassName
{
color: #AC1900;
}
.AnyTagClassName
{
color: #AC1900;
}
</style>
background-color css
<style>
a { background-color: #AC1900; }
a { background-color: rgb(172,25,0); }
div.DivClassName
{
background-color: #AC1900;
}
.BgClassName
{
background-color: #AC1900;
}
</style>
border-color css
<style>
span { border-color: #AC1900; }
span { border-color: rgb(172,25,0); }
td.TdClassName
{
border-color: #AC1900;
}
.TagClassName
{
border-color: #AC1900;
}
</style>