Shades of Free Speech Red #BB1202
Tints of Free Speech Red #BB1202
RGB
CMYK
RGB Variations
Color information
#BB1202 (or 0xBB1202) is known color: Free Speech Red. HEX triplet: BB, 12 and 02. RGB value is (187,18,2). Sum of RGB (Red+Green+Blue) = 187+18+2=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1202 is #44EDFD. Grayscale: #424242. Windows color (decimal): -4517374 or 135867. OLE color: 135867.
HSL color Cylindrical-coordinate representation of color #BB1202: hue angle of 5.19º 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 #BB1202 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.27 |
| HSL | 5.19º | 0.98% | 0.37% | - |
| HSV(B) | 5.19º | 0.99% | 0.73% | - |
| XYZ | 20.72 | 11 | 1.09 | - |
| YUV | 66.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 2 | 0 | 0.90 | 0.99 | 0.27 | 5.19 | 0.98 | 0.37 |
| Hex | BB | 12 | 2 | 0 | 5A | 63 | 1B | 5 | 62 | 25 |
| Octal | 273 | 22 | 2 | 0 | 132 | 143 | 33 | 5 | 142 | 45 |
| Binary | 10111011 | 10010 | 10 | 0 | 1011010 | 1100011 | 11011 | 101 | 1100010 | 100101 |
Color Harmonies of #BB1202
Complementary color
Monochromatic Colors of #BB1202
Black with #BB1202
Text Example
Text Example
White with #BB1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1202; }
p { color: rgb(187,18,2); }
H1.HeaderClassName
{
color: #BB1202;
}
.AnyTagClassName
{
color: #BB1202;
}
</style>
background-color css
<style>
a { background-color: #BB1202; }
a { background-color: rgb(187,18,2); }
div.DivClassName
{
background-color: #BB1202;
}
.BgClassName
{
background-color: #BB1202;
}
</style>
border-color css
<style>
span { border-color: #BB1202; }
span { border-color: rgb(187,18,2); }
td.TdClassName
{
border-color: #BB1202;
}
.TagClassName
{
border-color: #BB1202;
}
</style>