Shades of Free Speech Red #BB130C
Tints of Free Speech Red #BB130C
RGB
CMYK
RGB Variations
Color information
#BB130C (or 0xBB130C) is known color: Free Speech Red. HEX triplet: BB, 13 and 0C. RGB value is (187,19,12). Sum of RGB (Red+Green+Blue) = 187+19+12=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB130C is #44ECF3. Grayscale: #444444. Windows color (decimal): -4517108 or 791483. OLE color: 791483.
HSL color Cylindrical-coordinate representation of color #BB130C: hue angle of 2.4º degrees, saturation: 0.88, 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 #BB130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.27 |
| HSL | 2.4º | 0.88% | 0.39% | - |
| HSV(B) | 2.4º | 0.94% | 0.73% | - |
| XYZ | 20.79 | 11.06 | 1.39 | - |
| YUV | 68.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 12 | 0 | 0.90 | 0.94 | 0.27 | 2.4 | 0.88 | 0.39 |
| Hex | BB | 13 | C | 0 | 5A | 5E | 1B | 2 | 58 | 27 |
| Octal | 273 | 23 | 14 | 0 | 132 | 136 | 33 | 2 | 130 | 47 |
| Binary | 10111011 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11011 | 10 | 1011000 | 100111 |
Color Harmonies of #BB130C
Complementary color
Monochromatic Colors of #BB130C
Black with #BB130C
Text Example
Text Example
White with #BB130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB130C; }
p { color: rgb(187,19,12); }
H1.HeaderClassName
{
color: #BB130C;
}
.AnyTagClassName
{
color: #BB130C;
}
</style>
background-color css
<style>
a { background-color: #BB130C; }
a { background-color: rgb(187,19,12); }
div.DivClassName
{
background-color: #BB130C;
}
.BgClassName
{
background-color: #BB130C;
}
</style>
border-color css
<style>
span { border-color: #BB130C; }
span { border-color: rgb(187,19,12); }
td.TdClassName
{
border-color: #BB130C;
}
.TagClassName
{
border-color: #BB130C;
}
</style>