Shades of Free Speech Red #BB0601
Tints of Free Speech Red #BB0601
RGB
CMYK
RGB Variations
Color information
#BB0601 (or 0xBB0601) is known color: Free Speech Red. HEX triplet: BB, 06 and 01. RGB value is (187,6,1). Sum of RGB (Red+Green+Blue) = 187+6+1=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0601 is #44F9FE. Grayscale: #3B3B3B. Windows color (decimal): -4520447 or 67259. OLE color: 67259.
HSL color Cylindrical-coordinate representation of color #BB0601: hue angle of 1.61º 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 #BB0601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.27 |
| HSL | 1.61º | 0.99% | 0.37% | - |
| HSV(B) | 1.61º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 10.7 | 1.01 | - |
| YUV | 59.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 1 | 0 | 0.97 | 0.99 | 0.27 | 1.61 | 0.99 | 0.37 |
| Hex | BB | 6 | 1 | 0 | 61 | 63 | 1B | 2 | 63 | 25 |
| Octal | 273 | 6 | 1 | 0 | 141 | 143 | 33 | 2 | 143 | 45 |
| Binary | 10111011 | 110 | 1 | 0 | 1100001 | 1100011 | 11011 | 10 | 1100011 | 100101 |
Color Harmonies of #BB0601
Complementary color
Monochromatic Colors of #BB0601
Black with #BB0601
Text Example
Text Example
White with #BB0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0601; }
p { color: rgb(187,6,1); }
H1.HeaderClassName
{
color: #BB0601;
}
.AnyTagClassName
{
color: #BB0601;
}
</style>
background-color css
<style>
a { background-color: #BB0601; }
a { background-color: rgb(187,6,1); }
div.DivClassName
{
background-color: #BB0601;
}
.BgClassName
{
background-color: #BB0601;
}
</style>
border-color css
<style>
span { border-color: #BB0601; }
span { border-color: rgb(187,6,1); }
td.TdClassName
{
border-color: #BB0601;
}
.TagClassName
{
border-color: #BB0601;
}
</style>