Shades of Free Speech Red #AC0C0B
Tints of Free Speech Red #AC0C0B
RGB
CMYK
RGB Variations
Color information
#AC0C0B (or 0xAC0C0B) is known color: Free Speech Red. HEX triplet: AC, 0C and 0B. RGB value is (172,12,11). Sum of RGB (Red+Green+Blue) = 172+12+11=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C0B is #53F3F4. Grayscale: #3B3B3B. Windows color (decimal): -5501941 or 724140. OLE color: 724140.
HSL color Cylindrical-coordinate representation of color #AC0C0B: hue angle of 0.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0C0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 11 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.33 |
| HSL | 0.37º | 0.88% | 0.36% | - |
| HSV(B) | 0.37º | 0.94% | 0.67% | - |
| XYZ | 17.21 | 9.06 | 1.16 | - |
| YUV | 59.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 11 | 0 | 0.93 | 0.94 | 0.33 | 0.37 | 0.88 | 0.36 |
| Hex | AC | C | B | 0 | 5D | 5E | 21 | 0 | 58 | 24 |
| Octal | 254 | 14 | 13 | 0 | 135 | 136 | 41 | 0 | 130 | 44 |
| Binary | 10101100 | 1100 | 1011 | 0 | 1011101 | 1011110 | 100001 | 0 | 1011000 | 100100 |
Color Harmonies of #AC0C0B
Complementary color
Monochromatic Colors of #AC0C0B
Black with #AC0C0B
Text Example
Text Example
White with #AC0C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C0B; }
p { color: rgb(172,12,11); }
H1.HeaderClassName
{
color: #AC0C0B;
}
.AnyTagClassName
{
color: #AC0C0B;
}
</style>
background-color css
<style>
a { background-color: #AC0C0B; }
a { background-color: rgb(172,12,11); }
div.DivClassName
{
background-color: #AC0C0B;
}
.BgClassName
{
background-color: #AC0C0B;
}
</style>
border-color css
<style>
span { border-color: #AC0C0B; }
span { border-color: rgb(172,12,11); }
td.TdClassName
{
border-color: #AC0C0B;
}
.TagClassName
{
border-color: #AC0C0B;
}
</style>