Shades of Free Speech Red #AB0F0C
Tints of Free Speech Red #AB0F0C
RGB
CMYK
RGB Variations
Color information
#AB0F0C (or 0xAB0F0C) is known color: Free Speech Red. HEX triplet: AB, 0F and 0C. RGB value is (171,15,12). Sum of RGB (Red+Green+Blue) = 171+15+12=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F0C is #54F0F3. Grayscale: #3D3D3D. Windows color (decimal): -5566708 or 790443. OLE color: 790443.
HSL color Cylindrical-coordinate representation of color #AB0F0C: hue angle of 1.13º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0F0C is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 12 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.33 |
| HSL | 1.13º | 0.87% | 0.36% | - |
| HSV(B) | 1.13º | 0.93% | 0.67% | - |
| XYZ | 17.03 | 9.03 | 1.19 | - |
| YUV | 61.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 12 | 0 | 0.91 | 0.93 | 0.33 | 1.13 | 0.87 | 0.36 |
| Hex | AB | F | C | 0 | 5B | 5D | 21 | 1 | 57 | 24 |
| Octal | 253 | 17 | 14 | 0 | 133 | 135 | 41 | 1 | 127 | 44 |
| Binary | 10101011 | 1111 | 1100 | 0 | 1011011 | 1011101 | 100001 | 1 | 1010111 | 100100 |
Color Harmonies of #AB0F0C
Complementary color
Monochromatic Colors of #AB0F0C
Black with #AB0F0C
Text Example
Text Example
White with #AB0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F0C; }
p { color: rgb(171,15,12); }
H1.HeaderClassName
{
color: #AB0F0C;
}
.AnyTagClassName
{
color: #AB0F0C;
}
</style>
background-color css
<style>
a { background-color: #AB0F0C; }
a { background-color: rgb(171,15,12); }
div.DivClassName
{
background-color: #AB0F0C;
}
.BgClassName
{
background-color: #AB0F0C;
}
</style>
border-color css
<style>
span { border-color: #AB0F0C; }
span { border-color: rgb(171,15,12); }
td.TdClassName
{
border-color: #AB0F0C;
}
.TagClassName
{
border-color: #AB0F0C;
}
</style>