Shades of Free Speech Red #BA170B
Tints of Free Speech Red #BA170B
RGB
CMYK
RGB Variations
Color information
#BA170B (or 0xBA170B) is known color: Free Speech Red. HEX triplet: BA, 17 and 0B. RGB value is (186,23,11). Sum of RGB (Red+Green+Blue) = 186+23+11=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA170B is #45E8F4. Grayscale: #464646. Windows color (decimal): -4581621 or 726970. OLE color: 726970.
HSL color Cylindrical-coordinate representation of color #BA170B: hue angle of 4.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA170B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.27 |
| HSL | 4.11º | 0.89% | 0.39% | - |
| HSV(B) | 4.11º | 0.94% | 0.73% | - |
| XYZ | 20.62 | 11.08 | 1.37 | - |
| YUV | 70.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 11 | 0 | 0.88 | 0.94 | 0.27 | 4.11 | 0.89 | 0.39 |
| Hex | BA | 17 | B | 0 | 58 | 5E | 1B | 4 | 59 | 27 |
| Octal | 272 | 27 | 13 | 0 | 130 | 136 | 33 | 4 | 131 | 47 |
| Binary | 10111010 | 10111 | 1011 | 0 | 1011000 | 1011110 | 11011 | 100 | 1011001 | 100111 |
Color Harmonies of #BA170B
Complementary color
Monochromatic Colors of #BA170B
Black with #BA170B
Text Example
Text Example
White with #BA170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA170B; }
p { color: rgb(186,23,11); }
H1.HeaderClassName
{
color: #BA170B;
}
.AnyTagClassName
{
color: #BA170B;
}
</style>
background-color css
<style>
a { background-color: #BA170B; }
a { background-color: rgb(186,23,11); }
div.DivClassName
{
background-color: #BA170B;
}
.BgClassName
{
background-color: #BA170B;
}
</style>
border-color css
<style>
span { border-color: #BA170B; }
span { border-color: rgb(186,23,11); }
td.TdClassName
{
border-color: #BA170B;
}
.TagClassName
{
border-color: #BA170B;
}
</style>