Shades of Free Speech Red #BB0803
Tints of Free Speech Red #BB0803
RGB
CMYK
RGB Variations
Color information
#BB0803 (or 0xBB0803) is known color: Free Speech Red. HEX triplet: BB, 08 and 03. RGB value is (187,8,3). Sum of RGB (Red+Green+Blue) = 187+8+3=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0803 is #44F7FC. Grayscale: #3D3D3D. Windows color (decimal): -4519933 or 198843. OLE color: 198843.
HSL color Cylindrical-coordinate representation of color #BB0803: hue angle of 1.63º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0803 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.27 |
| HSL | 1.63º | 0.97% | 0.37% | - |
| HSV(B) | 1.63º | 0.98% | 0.73% | - |
| XYZ | 20.6 | 10.75 | 1.07 | - |
| YUV | 60.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 3 | 0 | 0.96 | 0.98 | 0.27 | 1.63 | 0.97 | 0.37 |
| Hex | BB | 8 | 3 | 0 | 60 | 62 | 1B | 2 | 61 | 25 |
| Octal | 273 | 10 | 3 | 0 | 140 | 142 | 33 | 2 | 141 | 45 |
| Binary | 10111011 | 1000 | 11 | 0 | 1100000 | 1100010 | 11011 | 10 | 1100001 | 100101 |
Color Harmonies of #BB0803
Complementary color
Monochromatic Colors of #BB0803
Black with #BB0803
Text Example
Text Example
White with #BB0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0803; }
p { color: rgb(187,8,3); }
H1.HeaderClassName
{
color: #BB0803;
}
.AnyTagClassName
{
color: #BB0803;
}
</style>
background-color css
<style>
a { background-color: #BB0803; }
a { background-color: rgb(187,8,3); }
div.DivClassName
{
background-color: #BB0803;
}
.BgClassName
{
background-color: #BB0803;
}
</style>
border-color css
<style>
span { border-color: #BB0803; }
span { border-color: rgb(187,8,3); }
td.TdClassName
{
border-color: #BB0803;
}
.TagClassName
{
border-color: #BB0803;
}
</style>