Shades of Free Speech Red #AC1300
Tints of Free Speech Red #AC1300
RGB
CMYK
RGB Variations
Color information
#AC1300 (or 0xAC1300) is known color: Free Speech Red. HEX triplet: AC, 13 and 00. RGB value is (172,19,0). Sum of RGB (Red+Green+Blue) = 172+19+0=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1300 is #53ECFF. Grayscale: #3E3E3E. Windows color (decimal): -5500160 or 5036. OLE color: 5036.
HSL color Cylindrical-coordinate representation of color #AC1300: hue angle of 6.63º 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 #AC1300 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.33 |
| HSL | 6.63º | 1% | 0.34% | - |
| HSV(B) | 6.63º | 1% | 0.67% | - |
| XYZ | 17.25 | 9.24 | 0.87 | - |
| YUV | 62.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 0 | 0 | 0.89 | 1 | 0.33 | 6.63 | 1 | 0.34 |
| Hex | AC | 13 | 0 | 0 | 59 | 64 | 21 | 7 | 64 | 22 |
| Octal | 254 | 23 | 0 | 0 | 131 | 144 | 41 | 7 | 144 | 42 |
| Binary | 10101100 | 10011 | 0 | 0 | 1011001 | 1100100 | 100001 | 111 | 1100100 | 100010 |
Color Harmonies of #AC1300
Complementary color
Monochromatic Colors of #AC1300
Black with #AC1300
Text Example
Text Example
White with #AC1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1300; }
p { color: rgb(172,19,0); }
H1.HeaderClassName
{
color: #AC1300;
}
.AnyTagClassName
{
color: #AC1300;
}
</style>
background-color css
<style>
a { background-color: #AC1300; }
a { background-color: rgb(172,19,0); }
div.DivClassName
{
background-color: #AC1300;
}
.BgClassName
{
background-color: #AC1300;
}
</style>
border-color css
<style>
span { border-color: #AC1300; }
span { border-color: rgb(172,19,0); }
td.TdClassName
{
border-color: #AC1300;
}
.TagClassName
{
border-color: #AC1300;
}
</style>