Shades of Free Speech Red #BA1008
Tints of Free Speech Red #BA1008
RGB
CMYK
RGB Variations
Color information
#BA1008 (or 0xBA1008) is known color: Free Speech Red. HEX triplet: BA, 10 and 08. RGB value is (186,16,8). Sum of RGB (Red+Green+Blue) = 186+16+8=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1008 is #45EFF7. Grayscale: #424242. Windows color (decimal): -4583416 or 528570. OLE color: 528570.
HSL color Cylindrical-coordinate representation of color #BA1008: hue angle of 2.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1008 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.27 |
| HSL | 2.7º | 0.92% | 0.38% | - |
| HSV(B) | 2.7º | 0.96% | 0.73% | - |
| XYZ | 20.48 | 10.83 | 1.24 | - |
| YUV | 65.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 8 | 0 | 0.91 | 0.96 | 0.27 | 2.7 | 0.92 | 0.38 |
| Hex | BA | 10 | 8 | 0 | 5B | 60 | 1B | 3 | 5C | 26 |
| Octal | 272 | 20 | 10 | 0 | 133 | 140 | 33 | 3 | 134 | 46 |
| Binary | 10111010 | 10000 | 1000 | 0 | 1011011 | 1100000 | 11011 | 11 | 1011100 | 100110 |
Color Harmonies of #BA1008
Complementary color
Monochromatic Colors of #BA1008
Black with #BA1008
Text Example
Text Example
White with #BA1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1008; }
p { color: rgb(186,16,8); }
H1.HeaderClassName
{
color: #BA1008;
}
.AnyTagClassName
{
color: #BA1008;
}
</style>
background-color css
<style>
a { background-color: #BA1008; }
a { background-color: rgb(186,16,8); }
div.DivClassName
{
background-color: #BA1008;
}
.BgClassName
{
background-color: #BA1008;
}
</style>
border-color css
<style>
span { border-color: #BA1008; }
span { border-color: rgb(186,16,8); }
td.TdClassName
{
border-color: #BA1008;
}
.TagClassName
{
border-color: #BA1008;
}
</style>