Shades of Free Speech Red #BB1C03
Tints of Free Speech Red #BB1C03
RGB
CMYK
RGB Variations
Color information
#BB1C03 (or 0xBB1C03) is known color: Free Speech Red. HEX triplet: BB, 1C and 03. RGB value is (187,28,3). Sum of RGB (Red+Green+Blue) = 187+28+3=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C03 is #44E3FC. Grayscale: #484848. Windows color (decimal): -4514813 or 203963. OLE color: 203963.
HSL color Cylindrical-coordinate representation of color #BB1C03: hue angle of 8.15º 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 #BB1C03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.27 |
| HSL | 8.15º | 0.97% | 0.37% | - |
| HSV(B) | 8.15º | 0.98% | 0.73% | - |
| XYZ | 20.93 | 11.4 | 1.18 | - |
| YUV | 72.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 3 | 0 | 0.85 | 0.98 | 0.27 | 8.15 | 0.97 | 0.37 |
| Hex | BB | 1C | 3 | 0 | 55 | 62 | 1B | 8 | 61 | 25 |
| Octal | 273 | 34 | 3 | 0 | 125 | 142 | 33 | 10 | 141 | 45 |
| Binary | 10111011 | 11100 | 11 | 0 | 1010101 | 1100010 | 11011 | 1000 | 1100001 | 100101 |
Color Harmonies of #BB1C03
Complementary color
Monochromatic Colors of #BB1C03
Black with #BB1C03
Text Example
Text Example
White with #BB1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C03; }
p { color: rgb(187,28,3); }
H1.HeaderClassName
{
color: #BB1C03;
}
.AnyTagClassName
{
color: #BB1C03;
}
</style>
background-color css
<style>
a { background-color: #BB1C03; }
a { background-color: rgb(187,28,3); }
div.DivClassName
{
background-color: #BB1C03;
}
.BgClassName
{
background-color: #BB1C03;
}
</style>
border-color css
<style>
span { border-color: #BB1C03; }
span { border-color: rgb(187,28,3); }
td.TdClassName
{
border-color: #BB1C03;
}
.TagClassName
{
border-color: #BB1C03;
}
</style>