Shades of Free Speech Red #AC0A03
Tints of Free Speech Red #AC0A03
RGB
CMYK
RGB Variations
Color information
#AC0A03 (or 0xAC0A03) is known color: Free Speech Red. HEX triplet: AC, 0A and 03. RGB value is (172,10,3). Sum of RGB (Red+Green+Blue) = 172+10+3=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A03 is #53F5FC. Grayscale: #393939. Windows color (decimal): -5502461 or 199340. OLE color: 199340.
HSL color Cylindrical-coordinate representation of color #AC0A03: hue angle of 2.49º 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 #AC0A03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.33 |
| HSL | 2.49º | 0.97% | 0.34% | - |
| HSV(B) | 2.49º | 0.98% | 0.67% | - |
| XYZ | 17.14 | 8.99 | 0.92 | - |
| YUV | 57.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 3 | 0 | 0.94 | 0.98 | 0.33 | 2.49 | 0.97 | 0.34 |
| Hex | AC | A | 3 | 0 | 5E | 62 | 21 | 2 | 61 | 22 |
| Octal | 254 | 12 | 3 | 0 | 136 | 142 | 41 | 2 | 141 | 42 |
| Binary | 10101100 | 1010 | 11 | 0 | 1011110 | 1100010 | 100001 | 10 | 1100001 | 100010 |
Color Harmonies of #AC0A03
Complementary color
Monochromatic Colors of #AC0A03
Black with #AC0A03
Text Example
Text Example
White with #AC0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A03; }
p { color: rgb(172,10,3); }
H1.HeaderClassName
{
color: #AC0A03;
}
.AnyTagClassName
{
color: #AC0A03;
}
</style>
background-color css
<style>
a { background-color: #AC0A03; }
a { background-color: rgb(172,10,3); }
div.DivClassName
{
background-color: #AC0A03;
}
.BgClassName
{
background-color: #AC0A03;
}
</style>
border-color css
<style>
span { border-color: #AC0A03; }
span { border-color: rgb(172,10,3); }
td.TdClassName
{
border-color: #AC0A03;
}
.TagClassName
{
border-color: #AC0A03;
}
</style>