Shades of Free Speech Red #AC1303
Tints of Free Speech Red #AC1303
RGB
CMYK
RGB Variations
Color information
#AC1303 (or 0xAC1303) is known color: Free Speech Red. HEX triplet: AC, 13 and 03. RGB value is (172,19,3). Sum of RGB (Red+Green+Blue) = 172+19+3=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1303 is #53ECFC. Grayscale: #3F3F3F. Windows color (decimal): -5500157 or 201644. OLE color: 201644.
HSL color Cylindrical-coordinate representation of color #AC1303: hue angle of 5.68º 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 #AC1303 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.33 |
| HSL | 5.68º | 0.97% | 0.34% | - |
| HSV(B) | 5.68º | 0.98% | 0.67% | - |
| XYZ | 17.26 | 9.24 | 0.96 | - |
| YUV | 62.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 3 | 0 | 0.89 | 0.98 | 0.33 | 5.68 | 0.97 | 0.34 |
| Hex | AC | 13 | 3 | 0 | 59 | 62 | 21 | 6 | 61 | 22 |
| Octal | 254 | 23 | 3 | 0 | 131 | 142 | 41 | 6 | 141 | 42 |
| Binary | 10101100 | 10011 | 11 | 0 | 1011001 | 1100010 | 100001 | 110 | 1100001 | 100010 |
Color Harmonies of #AC1303
Complementary color
Monochromatic Colors of #AC1303
Black with #AC1303
Text Example
Text Example
White with #AC1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1303; }
p { color: rgb(172,19,3); }
H1.HeaderClassName
{
color: #AC1303;
}
.AnyTagClassName
{
color: #AC1303;
}
</style>
background-color css
<style>
a { background-color: #AC1303; }
a { background-color: rgb(172,19,3); }
div.DivClassName
{
background-color: #AC1303;
}
.BgClassName
{
background-color: #AC1303;
}
</style>
border-color css
<style>
span { border-color: #AC1303; }
span { border-color: rgb(172,19,3); }
td.TdClassName
{
border-color: #AC1303;
}
.TagClassName
{
border-color: #AC1303;
}
</style>