Shades of Free Speech Red #BB1502
Tints of Free Speech Red #BB1502
RGB
CMYK
RGB Variations
Color information
#BB1502 (or 0xBB1502) is known color: Free Speech Red. HEX triplet: BB, 15 and 02. RGB value is (187,21,2). Sum of RGB (Red+Green+Blue) = 187+21+2=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1502 is #44EAFD. Grayscale: #444444. Windows color (decimal): -4516606 or 136635. OLE color: 136635.
HSL color Cylindrical-coordinate representation of color #BB1502: hue angle of 6.16º degrees, saturation: 0.98, 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 #BB1502 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.27 |
| HSL | 6.16º | 0.98% | 0.37% | - |
| HSV(B) | 6.16º | 0.99% | 0.73% | - |
| XYZ | 20.77 | 11.11 | 1.11 | - |
| YUV | 68.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 2 | 0 | 0.89 | 0.99 | 0.27 | 6.16 | 0.98 | 0.37 |
| Hex | BB | 15 | 2 | 0 | 59 | 63 | 1B | 6 | 62 | 25 |
| Octal | 273 | 25 | 2 | 0 | 131 | 143 | 33 | 6 | 142 | 45 |
| Binary | 10111011 | 10101 | 10 | 0 | 1011001 | 1100011 | 11011 | 110 | 1100010 | 100101 |
Color Harmonies of #BB1502
Complementary color
Monochromatic Colors of #BB1502
Black with #BB1502
Text Example
Text Example
White with #BB1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1502; }
p { color: rgb(187,21,2); }
H1.HeaderClassName
{
color: #BB1502;
}
.AnyTagClassName
{
color: #BB1502;
}
</style>
background-color css
<style>
a { background-color: #BB1502; }
a { background-color: rgb(187,21,2); }
div.DivClassName
{
background-color: #BB1502;
}
.BgClassName
{
background-color: #BB1502;
}
</style>
border-color css
<style>
span { border-color: #BB1502; }
span { border-color: rgb(187,21,2); }
td.TdClassName
{
border-color: #BB1502;
}
.TagClassName
{
border-color: #BB1502;
}
</style>