Shades of Free Speech Red #AC0C02
Tints of Free Speech Red #AC0C02
RGB
CMYK
RGB Variations
Color information
#AC0C02 (or 0xAC0C02) is known color: Free Speech Red. HEX triplet: AC, 0C and 02. RGB value is (172,12,2). Sum of RGB (Red+Green+Blue) = 172+12+2=186 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.47% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C02 is #53F3FD. Grayscale: #3A3A3A. Windows color (decimal): -5501950 or 134316. OLE color: 134316.
HSL color Cylindrical-coordinate representation of color #AC0C02: hue angle of 3.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.33 |
| HSL | 3.53º | 0.98% | 0.34% | - |
| HSV(B) | 3.53º | 0.99% | 0.67% | - |
| XYZ | 17.16 | 9.04 | 0.9 | - |
| YUV | 58.7 | 96.01 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 2 | 0 | 0.93 | 0.99 | 0.33 | 3.53 | 0.98 | 0.34 |
| Hex | AC | C | 2 | 0 | 5D | 63 | 21 | 4 | 62 | 22 |
| Octal | 254 | 14 | 2 | 0 | 135 | 143 | 41 | 4 | 142 | 42 |
| Binary | 10101100 | 1100 | 10 | 0 | 1011101 | 1100011 | 100001 | 100 | 1100010 | 100010 |
Color Harmonies of #AC0C02
Complementary color
Monochromatic Colors of #AC0C02
Black with #AC0C02
Text Example
Text Example
White with #AC0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C02; }
p { color: rgb(172,12,2); }
H1.HeaderClassName
{
color: #AC0C02;
}
.AnyTagClassName
{
color: #AC0C02;
}
</style>
background-color css
<style>
a { background-color: #AC0C02; }
a { background-color: rgb(172,12,2); }
div.DivClassName
{
background-color: #AC0C02;
}
.BgClassName
{
background-color: #AC0C02;
}
</style>
border-color css
<style>
span { border-color: #AC0C02; }
span { border-color: rgb(172,12,2); }
td.TdClassName
{
border-color: #AC0C02;
}
.TagClassName
{
border-color: #AC0C02;
}
</style>