Shades of Free Speech Red #B00200
Tints of Free Speech Red #B00200
RGB
CMYK
RGB Variations
Color information
#B00200 (or 0xB00200) is known color: Free Speech Red. HEX triplet: B0, 02 and 00. RGB value is (176,2,0). Sum of RGB (Red+Green+Blue) = 176+2+0=178 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.88% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 176 - color contains mainly: red. Hex color #B00200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00200 is #4FFDFF. Grayscale: #353535. Windows color (decimal): -5242368 or 688. OLE color: 688.
HSL color Cylindrical-coordinate representation of color #B00200: hue angle of 0.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.31 |
| HSL | 0.68º | 1% | 0.35% | - |
| HSV(B) | 0.68º | 1% | 0.69% | - |
| XYZ | 17.93 | 9.27 | 0.85 | - |
| YUV | 53.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 0 | 0 | 0.99 | 1 | 0.31 | 0.68 | 1 | 0.35 |
| Hex | B0 | 2 | 0 | 0 | 63 | 64 | 1F | 1 | 64 | 23 |
| Octal | 260 | 2 | 0 | 0 | 143 | 144 | 37 | 1 | 144 | 43 |
| Binary | 10110000 | 10 | 0 | 0 | 1100011 | 1100100 | 11111 | 1 | 1100100 | 100011 |
Color Harmonies of #B00200
Complementary color
Monochromatic Colors of #B00200
Black with #B00200
Text Example
Text Example
White with #B00200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00200; }
p { color: rgb(176,2,0); }
H1.HeaderClassName
{
color: #B00200;
}
.AnyTagClassName
{
color: #B00200;
}
</style>
background-color css
<style>
a { background-color: #B00200; }
a { background-color: rgb(176,2,0); }
div.DivClassName
{
background-color: #B00200;
}
.BgClassName
{
background-color: #B00200;
}
</style>
border-color css
<style>
span { border-color: #B00200; }
span { border-color: rgb(176,2,0); }
td.TdClassName
{
border-color: #B00200;
}
.TagClassName
{
border-color: #B00200;
}
</style>