Shades of Free Speech Red #BA0D08
Tints of Free Speech Red #BA0D08
RGB
CMYK
RGB Variations
Color information
#BA0D08 (or 0xBA0D08) is known color: Free Speech Red. HEX triplet: BA, 0D and 08. RGB value is (186,13,8). Sum of RGB (Red+Green+Blue) = 186+13+8=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D08 is #45F2F7. Grayscale: #404040. Windows color (decimal): -4584184 or 527802. OLE color: 527802.
HSL color Cylindrical-coordinate representation of color #BA0D08: hue angle of 1.69º 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 #BA0D08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.27 |
| HSL | 1.69º | 0.92% | 0.38% | - |
| HSV(B) | 1.69º | 0.96% | 0.73% | - |
| XYZ | 20.44 | 10.74 | 1.23 | - |
| YUV | 64.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 8 | 0 | 0.93 | 0.96 | 0.27 | 1.69 | 0.92 | 0.38 |
| Hex | BA | D | 8 | 0 | 5D | 60 | 1B | 2 | 5C | 26 |
| Octal | 272 | 15 | 10 | 0 | 135 | 140 | 33 | 2 | 134 | 46 |
| Binary | 10111010 | 1101 | 1000 | 0 | 1011101 | 1100000 | 11011 | 10 | 1011100 | 100110 |
Color Harmonies of #BA0D08
Complementary color
Monochromatic Colors of #BA0D08
Black with #BA0D08
Text Example
Text Example
White with #BA0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D08; }
p { color: rgb(186,13,8); }
H1.HeaderClassName
{
color: #BA0D08;
}
.AnyTagClassName
{
color: #BA0D08;
}
</style>
background-color css
<style>
a { background-color: #BA0D08; }
a { background-color: rgb(186,13,8); }
div.DivClassName
{
background-color: #BA0D08;
}
.BgClassName
{
background-color: #BA0D08;
}
</style>
border-color css
<style>
span { border-color: #BA0D08; }
span { border-color: rgb(186,13,8); }
td.TdClassName
{
border-color: #BA0D08;
}
.TagClassName
{
border-color: #BA0D08;
}
</style>