Shades of Free Speech Red #AB1004
Tints of Free Speech Red #AB1004
RGB
CMYK
RGB Variations
Color information
#AB1004 (or 0xAB1004) is known color: Free Speech Red. HEX triplet: AB, 10 and 04. RGB value is (171,16,4). Sum of RGB (Red+Green+Blue) = 171+16+4=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1004 is #54EFFB. Grayscale: #3D3D3D. Windows color (decimal): -5566460 or 266411. OLE color: 266411.
HSL color Cylindrical-coordinate representation of color #AB1004: hue angle of 4.31º degrees, saturation: 0.95, 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 #AB1004 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.33 |
| HSL | 4.31º | 0.95% | 0.34% | - |
| HSV(B) | 4.31º | 0.98% | 0.67% | - |
| XYZ | 17 | 9.04 | 0.96 | - |
| YUV | 60.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 4 | 0 | 0.91 | 0.98 | 0.33 | 4.31 | 0.95 | 0.34 |
| Hex | AB | 10 | 4 | 0 | 5B | 62 | 21 | 4 | 5F | 22 |
| Octal | 253 | 20 | 4 | 0 | 133 | 142 | 41 | 4 | 137 | 42 |
| Binary | 10101011 | 10000 | 100 | 0 | 1011011 | 1100010 | 100001 | 100 | 1011111 | 100010 |
Color Harmonies of #AB1004
Complementary color
Monochromatic Colors of #AB1004
Black with #AB1004
Text Example
Text Example
White with #AB1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1004; }
p { color: rgb(171,16,4); }
H1.HeaderClassName
{
color: #AB1004;
}
.AnyTagClassName
{
color: #AB1004;
}
</style>
background-color css
<style>
a { background-color: #AB1004; }
a { background-color: rgb(171,16,4); }
div.DivClassName
{
background-color: #AB1004;
}
.BgClassName
{
background-color: #AB1004;
}
</style>
border-color css
<style>
span { border-color: #AB1004; }
span { border-color: rgb(171,16,4); }
td.TdClassName
{
border-color: #AB1004;
}
.TagClassName
{
border-color: #AB1004;
}
</style>