Shades of Free Speech Red #AC0403
Tints of Free Speech Red #AC0403
RGB
CMYK
RGB Variations
Color information
#AC0403 (or 0xAC0403) is known color: Free Speech Red. HEX triplet: AC, 04 and 03. RGB value is (172,4,3). Sum of RGB (Red+Green+Blue) = 172+4+3=179 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.09% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0403 is #53FBFC. Grayscale: #363636. Windows color (decimal): -5503997 or 197804. OLE color: 197804.
HSL color Cylindrical-coordinate representation of color #AC0403: hue angle of 0.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0403 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.33 |
| HSL | 0.36º | 0.97% | 0.34% | - |
| HSV(B) | 0.36º | 0.98% | 0.67% | - |
| XYZ | 17.07 | 8.86 | 0.9 | - |
| YUV | 54.12 | 99.16 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 3 | 0 | 0.98 | 0.98 | 0.33 | 0.36 | 0.97 | 0.34 |
| Hex | AC | 4 | 3 | 0 | 62 | 62 | 21 | 0 | 61 | 22 |
| Octal | 254 | 4 | 3 | 0 | 142 | 142 | 41 | 0 | 141 | 42 |
| Binary | 10101100 | 100 | 11 | 0 | 1100010 | 1100010 | 100001 | 0 | 1100001 | 100010 |
Color Harmonies of #AC0403
Complementary color
Monochromatic Colors of #AC0403
Black with #AC0403
Text Example
Text Example
White with #AC0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0403; }
p { color: rgb(172,4,3); }
H1.HeaderClassName
{
color: #AC0403;
}
.AnyTagClassName
{
color: #AC0403;
}
</style>
background-color css
<style>
a { background-color: #AC0403; }
a { background-color: rgb(172,4,3); }
div.DivClassName
{
background-color: #AC0403;
}
.BgClassName
{
background-color: #AC0403;
}
</style>
border-color css
<style>
span { border-color: #AC0403; }
span { border-color: rgb(172,4,3); }
td.TdClassName
{
border-color: #AC0403;
}
.TagClassName
{
border-color: #AC0403;
}
</style>