Shades of Free Speech Red #BB1303
Tints of Free Speech Red #BB1303
RGB
CMYK
RGB Variations
Color information
#BB1303 (or 0xBB1303) is known color: Free Speech Red. HEX triplet: BB, 13 and 03. RGB value is (187,19,3). Sum of RGB (Red+Green+Blue) = 187+19+3=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1303 is #44ECFC. Grayscale: #434343. Windows color (decimal): -4517117 or 201659. OLE color: 201659.
HSL color Cylindrical-coordinate representation of color #BB1303: hue angle of 5.22º 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 #BB1303 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.27 |
| HSL | 5.22º | 0.97% | 0.37% | - |
| HSV(B) | 5.22º | 0.98% | 0.73% | - |
| XYZ | 20.74 | 11.04 | 1.12 | - |
| YUV | 67.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 3 | 0 | 0.90 | 0.98 | 0.27 | 5.22 | 0.97 | 0.37 |
| Hex | BB | 13 | 3 | 0 | 5A | 62 | 1B | 5 | 61 | 25 |
| Octal | 273 | 23 | 3 | 0 | 132 | 142 | 33 | 5 | 141 | 45 |
| Binary | 10111011 | 10011 | 11 | 0 | 1011010 | 1100010 | 11011 | 101 | 1100001 | 100101 |
Color Harmonies of #BB1303
Complementary color
Monochromatic Colors of #BB1303
Black with #BB1303
Text Example
Text Example
White with #BB1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1303; }
p { color: rgb(187,19,3); }
H1.HeaderClassName
{
color: #BB1303;
}
.AnyTagClassName
{
color: #BB1303;
}
</style>
background-color css
<style>
a { background-color: #BB1303; }
a { background-color: rgb(187,19,3); }
div.DivClassName
{
background-color: #BB1303;
}
.BgClassName
{
background-color: #BB1303;
}
</style>
border-color css
<style>
span { border-color: #BB1303; }
span { border-color: rgb(187,19,3); }
td.TdClassName
{
border-color: #BB1303;
}
.TagClassName
{
border-color: #BB1303;
}
</style>