Shades of Free Speech Red #BB130A
Tints of Free Speech Red #BB130A
RGB
CMYK
RGB Variations
Color information
#BB130A (or 0xBB130A) is known color: Free Speech Red. HEX triplet: BB, 13 and 0A. RGB value is (187,19,10). Sum of RGB (Red+Green+Blue) = 187+19+10=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB130A is #44ECF5. Grayscale: #444444. Windows color (decimal): -4517110 or 660411. OLE color: 660411.
HSL color Cylindrical-coordinate representation of color #BB130A: hue angle of 3.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.27 |
| HSL | 3.05º | 0.9% | 0.39% | - |
| HSV(B) | 3.05º | 0.95% | 0.73% | - |
| XYZ | 20.78 | 11.05 | 1.33 | - |
| YUV | 68.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 10 | 0 | 0.90 | 0.95 | 0.27 | 3.05 | 0.9 | 0.39 |
| Hex | BB | 13 | A | 0 | 5A | 5F | 1B | 3 | 5A | 27 |
| Octal | 273 | 23 | 12 | 0 | 132 | 137 | 33 | 3 | 132 | 47 |
| Binary | 10111011 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11011 | 11 | 1011010 | 100111 |
Color Harmonies of #BB130A
Complementary color
Monochromatic Colors of #BB130A
Black with #BB130A
Text Example
Text Example
White with #BB130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB130A; }
p { color: rgb(187,19,10); }
H1.HeaderClassName
{
color: #BB130A;
}
.AnyTagClassName
{
color: #BB130A;
}
</style>
background-color css
<style>
a { background-color: #BB130A; }
a { background-color: rgb(187,19,10); }
div.DivClassName
{
background-color: #BB130A;
}
.BgClassName
{
background-color: #BB130A;
}
</style>
border-color css
<style>
span { border-color: #BB130A; }
span { border-color: rgb(187,19,10); }
td.TdClassName
{
border-color: #BB130A;
}
.TagClassName
{
border-color: #BB130A;
}
</style>