Shades of Free Speech Red #AB0303
Tints of Free Speech Red #AB0303
RGB
CMYK
RGB Variations
Color information
#AB0303 (or 0xAB0303) is known color: Free Speech Red. HEX triplet: AB, 03 and 03. RGB value is (171,3,3). Sum of RGB (Red+Green+Blue) = 171+3+3=177 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.61% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0303 is #54FCFC. Grayscale: #353535. Windows color (decimal): -5569789 or 197547. OLE color: 197547.
HSL color Cylindrical-coordinate representation of color #AB0303: hue angle of 0º degrees, saturation: 0.97, 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 #AB0303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.33 |
| HSL | 0º | 0.97% | 0.34% | - |
| HSV(B) | 0º | 0.98% | 0.67% | - |
| XYZ | 16.84 | 8.73 | 0.88 | - |
| YUV | 53.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 3 | 0 | 0.98 | 0.98 | 0.33 | 0 | 0.97 | 0.34 |
| Hex | AB | 3 | 3 | 0 | 62 | 62 | 21 | 0 | 61 | 22 |
| Octal | 253 | 3 | 3 | 0 | 142 | 142 | 41 | 0 | 141 | 42 |
| Binary | 10101011 | 11 | 11 | 0 | 1100010 | 1100010 | 100001 | 0 | 1100001 | 100010 |
Color Harmonies of #AB0303
Complementary color
Monochromatic Colors of #AB0303
Black with #AB0303
Text Example
Text Example
White with #AB0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0303; }
p { color: rgb(171,3,3); }
H1.HeaderClassName
{
color: #AB0303;
}
.AnyTagClassName
{
color: #AB0303;
}
</style>
background-color css
<style>
a { background-color: #AB0303; }
a { background-color: rgb(171,3,3); }
div.DivClassName
{
background-color: #AB0303;
}
.BgClassName
{
background-color: #AB0303;
}
</style>
border-color css
<style>
span { border-color: #AB0303; }
span { border-color: rgb(171,3,3); }
td.TdClassName
{
border-color: #AB0303;
}
.TagClassName
{
border-color: #AB0303;
}
</style>