Shades of Free Speech Red #BB100A
Tints of Free Speech Red #BB100A
RGB
CMYK
RGB Variations
Color information
#BB100A (or 0xBB100A) is known color: Free Speech Red. HEX triplet: BB, 10 and 0A. RGB value is (187,16,10). Sum of RGB (Red+Green+Blue) = 187+16+10=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB100A is #44EFF5. Grayscale: #424242. Windows color (decimal): -4517878 or 659643. OLE color: 659643.
HSL color Cylindrical-coordinate representation of color #BB100A: hue angle of 2.03º 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 #BB100A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.27 |
| HSL | 2.03º | 0.9% | 0.39% | - |
| HSV(B) | 2.03º | 0.95% | 0.73% | - |
| XYZ | 20.73 | 10.96 | 1.31 | - |
| YUV | 66.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 10 | 0 | 0.91 | 0.95 | 0.27 | 2.03 | 0.9 | 0.39 |
| Hex | BB | 10 | A | 0 | 5B | 5F | 1B | 2 | 5A | 27 |
| Octal | 273 | 20 | 12 | 0 | 133 | 137 | 33 | 2 | 132 | 47 |
| Binary | 10111011 | 10000 | 1010 | 0 | 1011011 | 1011111 | 11011 | 10 | 1011010 | 100111 |
Color Harmonies of #BB100A
Complementary color
Monochromatic Colors of #BB100A
Black with #BB100A
Text Example
Text Example
White with #BB100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB100A; }
p { color: rgb(187,16,10); }
H1.HeaderClassName
{
color: #BB100A;
}
.AnyTagClassName
{
color: #BB100A;
}
</style>
background-color css
<style>
a { background-color: #BB100A; }
a { background-color: rgb(187,16,10); }
div.DivClassName
{
background-color: #BB100A;
}
.BgClassName
{
background-color: #BB100A;
}
</style>
border-color css
<style>
span { border-color: #BB100A; }
span { border-color: rgb(187,16,10); }
td.TdClassName
{
border-color: #BB100A;
}
.TagClassName
{
border-color: #BB100A;
}
</style>