Shades of Free Speech Red #AB1305
Tints of Free Speech Red #AB1305
RGB
CMYK
RGB Variations
Color information
#AB1305 (or 0xAB1305) is known color: Free Speech Red. HEX triplet: AB, 13 and 05. RGB value is (171,19,5). Sum of RGB (Red+Green+Blue) = 171+19+5=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1305 is #54ECFA. Grayscale: #3F3F3F. Windows color (decimal): -5565691 or 332715. OLE color: 332715.
HSL color Cylindrical-coordinate representation of color #AB1305: hue angle of 5.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB1305 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.33 |
| HSL | 5.06º | 0.94% | 0.35% | - |
| HSV(B) | 5.06º | 0.97% | 0.67% | - |
| XYZ | 17.05 | 9.13 | 1.01 | - |
| YUV | 62.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 5 | 0 | 0.89 | 0.97 | 0.33 | 5.06 | 0.94 | 0.35 |
| Hex | AB | 13 | 5 | 0 | 59 | 61 | 21 | 5 | 5E | 23 |
| Octal | 253 | 23 | 5 | 0 | 131 | 141 | 41 | 5 | 136 | 43 |
| Binary | 10101011 | 10011 | 101 | 0 | 1011001 | 1100001 | 100001 | 101 | 1011110 | 100011 |
Color Harmonies of #AB1305
Complementary color
Monochromatic Colors of #AB1305
Black with #AB1305
Text Example
Text Example
White with #AB1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1305; }
p { color: rgb(171,19,5); }
H1.HeaderClassName
{
color: #AB1305;
}
.AnyTagClassName
{
color: #AB1305;
}
</style>
background-color css
<style>
a { background-color: #AB1305; }
a { background-color: rgb(171,19,5); }
div.DivClassName
{
background-color: #AB1305;
}
.BgClassName
{
background-color: #AB1305;
}
</style>
border-color css
<style>
span { border-color: #AB1305; }
span { border-color: rgb(171,19,5); }
td.TdClassName
{
border-color: #AB1305;
}
.TagClassName
{
border-color: #AB1305;
}
</style>