Shades of Free Speech Red #AC0C08
Tints of Free Speech Red #AC0C08
RGB
CMYK
RGB Variations
Color information
#AC0C08 (or 0xAC0C08) is known color: Free Speech Red. HEX triplet: AC, 0C and 08. RGB value is (172,12,8). Sum of RGB (Red+Green+Blue) = 172+12+8=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C08 is #53F3F7. Grayscale: #3B3B3B. Windows color (decimal): -5501944 or 527532. OLE color: 527532.
HSL color Cylindrical-coordinate representation of color #AC0C08: hue angle of 1.46º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0C08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 8 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.33 |
| HSL | 1.46º | 0.91% | 0.35% | - |
| HSV(B) | 1.46º | 0.95% | 0.67% | - |
| XYZ | 17.19 | 9.05 | 1.07 | - |
| YUV | 59.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 8 | 0 | 0.93 | 0.95 | 0.33 | 1.46 | 0.91 | 0.35 |
| Hex | AC | C | 8 | 0 | 5D | 5F | 21 | 1 | 5B | 23 |
| Octal | 254 | 14 | 10 | 0 | 135 | 137 | 41 | 1 | 133 | 43 |
| Binary | 10101100 | 1100 | 1000 | 0 | 1011101 | 1011111 | 100001 | 1 | 1011011 | 100011 |
Color Harmonies of #AC0C08
Complementary color
Monochromatic Colors of #AC0C08
Black with #AC0C08
Text Example
Text Example
White with #AC0C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C08; }
p { color: rgb(172,12,8); }
H1.HeaderClassName
{
color: #AC0C08;
}
.AnyTagClassName
{
color: #AC0C08;
}
</style>
background-color css
<style>
a { background-color: #AC0C08; }
a { background-color: rgb(172,12,8); }
div.DivClassName
{
background-color: #AC0C08;
}
.BgClassName
{
background-color: #AC0C08;
}
</style>
border-color css
<style>
span { border-color: #AC0C08; }
span { border-color: rgb(172,12,8); }
td.TdClassName
{
border-color: #AC0C08;
}
.TagClassName
{
border-color: #AC0C08;
}
</style>