Shades of Free Speech Red #B00400
Tints of Free Speech Red #B00400
RGB
CMYK
RGB Variations
Color information
#B00400 (or 0xB00400) is known color: Free Speech Red. HEX triplet: B0, 04 and 00. RGB value is (176,4,0). Sum of RGB (Red+Green+Blue) = 176+4+0=180 (23% of max value = 765). Red value is 176 (69.14% from 255 or 97.78% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 176 - color contains mainly: red. Hex color #B00400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00400 is #4FFBFF. Grayscale: #373737. Windows color (decimal): -5241856 or 1200. OLE color: 1200.
HSL color Cylindrical-coordinate representation of color #B00400: hue angle of 1.36º 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 #B00400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.31 |
| HSL | 1.36º | 1% | 0.35% | - |
| HSV(B) | 1.36º | 1% | 0.69% | - |
| XYZ | 17.95 | 9.32 | 0.85 | - |
| YUV | 54.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 0 | 0 | 0.98 | 1 | 0.31 | 1.36 | 1 | 0.35 |
| Hex | B0 | 4 | 0 | 0 | 62 | 64 | 1F | 1 | 64 | 23 |
| Octal | 260 | 4 | 0 | 0 | 142 | 144 | 37 | 1 | 144 | 43 |
| Binary | 10110000 | 100 | 0 | 0 | 1100010 | 1100100 | 11111 | 1 | 1100100 | 100011 |
Color Harmonies of #B00400
Complementary color
Monochromatic Colors of #B00400
Black with #B00400
Text Example
Text Example
White with #B00400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00400; }
p { color: rgb(176,4,0); }
H1.HeaderClassName
{
color: #B00400;
}
.AnyTagClassName
{
color: #B00400;
}
</style>
background-color css
<style>
a { background-color: #B00400; }
a { background-color: rgb(176,4,0); }
div.DivClassName
{
background-color: #B00400;
}
.BgClassName
{
background-color: #B00400;
}
</style>
border-color css
<style>
span { border-color: #B00400; }
span { border-color: rgb(176,4,0); }
td.TdClassName
{
border-color: #B00400;
}
.TagClassName
{
border-color: #B00400;
}
</style>