Shades of Free Speech Red #BA0807
Tints of Free Speech Red #BA0807
RGB
CMYK
RGB Variations
Color information
#BA0807 (or 0xBA0807) is known color: Free Speech Red. HEX triplet: BA, 08 and 07. RGB value is (186,8,7). Sum of RGB (Red+Green+Blue) = 186+8+7=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0807 is #45F7F8. Grayscale: #3D3D3D. Windows color (decimal): -4585465 or 460986. OLE color: 460986.
HSL color Cylindrical-coordinate representation of color #BA0807: hue angle of 0.34º degrees, saturation: 0.93, 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 #BA0807 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.27 |
| HSL | 0.34º | 0.93% | 0.38% | - |
| HSV(B) | 0.34º | 0.96% | 0.73% | - |
| XYZ | 20.37 | 10.63 | 1.18 | - |
| YUV | 61.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 7 | 0 | 0.96 | 0.96 | 0.27 | 0.34 | 0.93 | 0.38 |
| Hex | BA | 8 | 7 | 0 | 60 | 60 | 1B | 0 | 5D | 26 |
| Octal | 272 | 10 | 7 | 0 | 140 | 140 | 33 | 0 | 135 | 46 |
| Binary | 10111010 | 1000 | 111 | 0 | 1100000 | 1100000 | 11011 | 0 | 1011101 | 100110 |
Color Harmonies of #BA0807
Complementary color
Monochromatic Colors of #BA0807
Black with #BA0807
Text Example
Text Example
White with #BA0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0807; }
p { color: rgb(186,8,7); }
H1.HeaderClassName
{
color: #BA0807;
}
.AnyTagClassName
{
color: #BA0807;
}
</style>
background-color css
<style>
a { background-color: #BA0807; }
a { background-color: rgb(186,8,7); }
div.DivClassName
{
background-color: #BA0807;
}
.BgClassName
{
background-color: #BA0807;
}
</style>
border-color css
<style>
span { border-color: #BA0807; }
span { border-color: rgb(186,8,7); }
td.TdClassName
{
border-color: #BA0807;
}
.TagClassName
{
border-color: #BA0807;
}
</style>