Shades of Free Speech Red #BB0401
Tints of Free Speech Red #BB0401
RGB
CMYK
RGB Variations
Color information
#BB0401 (or 0xBB0401) is known color: Free Speech Red. HEX triplet: BB, 04 and 01. RGB value is (187,4,1). Sum of RGB (Red+Green+Blue) = 187+4+1=192 (25% of max value = 765). Red value is 187 (73.44% from 255 or 97.40% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0401 is #44FBFE. Grayscale: #3A3A3A. Windows color (decimal): -4520959 or 66747. OLE color: 66747.
HSL color Cylindrical-coordinate representation of color #BB0401: hue angle of 0.97º 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 #BB0401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.27 |
| HSL | 0.97º | 0.99% | 0.37% | - |
| HSV(B) | 0.97º | 0.99% | 0.73% | - |
| XYZ | 20.54 | 10.65 | 1 | - |
| YUV | 58.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 1 | 0 | 0.98 | 0.99 | 0.27 | 0.97 | 0.99 | 0.37 |
| Hex | BB | 4 | 1 | 0 | 62 | 63 | 1B | 1 | 63 | 25 |
| Octal | 273 | 4 | 1 | 0 | 142 | 143 | 33 | 1 | 143 | 45 |
| Binary | 10111011 | 100 | 1 | 0 | 1100010 | 1100011 | 11011 | 1 | 1100011 | 100101 |
Color Harmonies of #BB0401
Complementary color
Monochromatic Colors of #BB0401
Black with #BB0401
Text Example
Text Example
White with #BB0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0401; }
p { color: rgb(187,4,1); }
H1.HeaderClassName
{
color: #BB0401;
}
.AnyTagClassName
{
color: #BB0401;
}
</style>
background-color css
<style>
a { background-color: #BB0401; }
a { background-color: rgb(187,4,1); }
div.DivClassName
{
background-color: #BB0401;
}
.BgClassName
{
background-color: #BB0401;
}
</style>
border-color css
<style>
span { border-color: #BB0401; }
span { border-color: rgb(187,4,1); }
td.TdClassName
{
border-color: #BB0401;
}
.TagClassName
{
border-color: #BB0401;
}
</style>