Shades of Free Speech Red #AC0500
Tints of Free Speech Red #AC0500
RGB
CMYK
RGB Variations
Color information
#AC0500 (or 0xAC0500) is known color: Free Speech Red. HEX triplet: AC, 05 and 00. RGB value is (172,5,0). Sum of RGB (Red+Green+Blue) = 172+5+0=177 (23% of max value = 765). Red value is 172 (67.58% from 255 or 97.18% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0500 is #53FAFF. Grayscale: #363636. Windows color (decimal): -5503744 or 1452. OLE color: 1452.
HSL color Cylindrical-coordinate representation of color #AC0500: hue angle of 1.74º 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 #AC0500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.33 |
| HSL | 1.74º | 1% | 0.34% | - |
| HSV(B) | 1.74º | 1% | 0.67% | - |
| XYZ | 17.07 | 8.88 | 0.81 | - |
| YUV | 54.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 0 | 0 | 0.97 | 1 | 0.33 | 1.74 | 1 | 0.34 |
| Hex | AC | 5 | 0 | 0 | 61 | 64 | 21 | 2 | 64 | 22 |
| Octal | 254 | 5 | 0 | 0 | 141 | 144 | 41 | 2 | 144 | 42 |
| Binary | 10101100 | 101 | 0 | 0 | 1100001 | 1100100 | 100001 | 10 | 1100100 | 100010 |
Color Harmonies of #AC0500
Complementary color
Monochromatic Colors of #AC0500
Black with #AC0500
Text Example
Text Example
White with #AC0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0500; }
p { color: rgb(172,5,0); }
H1.HeaderClassName
{
color: #AC0500;
}
.AnyTagClassName
{
color: #AC0500;
}
</style>
background-color css
<style>
a { background-color: #AC0500; }
a { background-color: rgb(172,5,0); }
div.DivClassName
{
background-color: #AC0500;
}
.BgClassName
{
background-color: #AC0500;
}
</style>
border-color css
<style>
span { border-color: #AC0500; }
span { border-color: rgb(172,5,0); }
td.TdClassName
{
border-color: #AC0500;
}
.TagClassName
{
border-color: #AC0500;
}
</style>