Shades of Free Speech Red #BB1301
Tints of Free Speech Red #BB1301
RGB
CMYK
RGB Variations
Color information
#BB1301 (or 0xBB1301) is known color: Free Speech Red. HEX triplet: BB, 13 and 01. RGB value is (187,19,1). Sum of RGB (Red+Green+Blue) = 187+19+1=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1301 is #44ECFE. Grayscale: #434343. Windows color (decimal): -4517119 or 70587. OLE color: 70587.
HSL color Cylindrical-coordinate representation of color #BB1301: hue angle of 5.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB1301 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.27 |
| HSL | 5.81º | 0.99% | 0.37% | - |
| HSV(B) | 5.81º | 0.99% | 0.73% | - |
| XYZ | 20.73 | 11.03 | 1.07 | - |
| YUV | 67.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 1 | 0 | 0.90 | 0.99 | 0.27 | 5.81 | 0.99 | 0.37 |
| Hex | BB | 13 | 1 | 0 | 5A | 63 | 1B | 6 | 63 | 25 |
| Octal | 273 | 23 | 1 | 0 | 132 | 143 | 33 | 6 | 143 | 45 |
| Binary | 10111011 | 10011 | 1 | 0 | 1011010 | 1100011 | 11011 | 110 | 1100011 | 100101 |
Color Harmonies of #BB1301
Complementary color
Monochromatic Colors of #BB1301
Black with #BB1301
Text Example
Text Example
White with #BB1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1301; }
p { color: rgb(187,19,1); }
H1.HeaderClassName
{
color: #BB1301;
}
.AnyTagClassName
{
color: #BB1301;
}
</style>
background-color css
<style>
a { background-color: #BB1301; }
a { background-color: rgb(187,19,1); }
div.DivClassName
{
background-color: #BB1301;
}
.BgClassName
{
background-color: #BB1301;
}
</style>
border-color css
<style>
span { border-color: #BB1301; }
span { border-color: rgb(187,19,1); }
td.TdClassName
{
border-color: #BB1301;
}
.TagClassName
{
border-color: #BB1301;
}
</style>