Shades of Free Speech Red #AC0300
Tints of Free Speech Red #AC0300
RGB
CMYK
RGB Variations
Color information
#AC0300 (or 0xAC0300) is known color: Free Speech Red. HEX triplet: AC, 03 and 00. RGB value is (172,3,0). Sum of RGB (Red+Green+Blue) = 172+3+0=175 (23% of max value = 765). Red value is 172 (67.58% from 255 or 98.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0300 is #53FCFF. Grayscale: #353535. Windows color (decimal): -5504256 or 940. OLE color: 940.
HSL color Cylindrical-coordinate representation of color #AC0300: hue angle of 1.05º 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 #AC0300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.33 |
| HSL | 1.05º | 1% | 0.34% | - |
| HSV(B) | 1.05º | 1% | 0.67% | - |
| XYZ | 17.05 | 8.84 | 0.81 | - |
| YUV | 53.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 0 | 0 | 0.98 | 1 | 0.33 | 1.05 | 1 | 0.34 |
| Hex | AC | 3 | 0 | 0 | 62 | 64 | 21 | 1 | 64 | 22 |
| Octal | 254 | 3 | 0 | 0 | 142 | 144 | 41 | 1 | 144 | 42 |
| Binary | 10101100 | 11 | 0 | 0 | 1100010 | 1100100 | 100001 | 1 | 1100100 | 100010 |
Color Harmonies of #AC0300
Complementary color
Monochromatic Colors of #AC0300
Black with #AC0300
Text Example
Text Example
White with #AC0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0300; }
p { color: rgb(172,3,0); }
H1.HeaderClassName
{
color: #AC0300;
}
.AnyTagClassName
{
color: #AC0300;
}
</style>
background-color css
<style>
a { background-color: #AC0300; }
a { background-color: rgb(172,3,0); }
div.DivClassName
{
background-color: #AC0300;
}
.BgClassName
{
background-color: #AC0300;
}
</style>
border-color css
<style>
span { border-color: #AC0300; }
span { border-color: rgb(172,3,0); }
td.TdClassName
{
border-color: #AC0300;
}
.TagClassName
{
border-color: #AC0300;
}
</style>