Shades of Free Speech Red #B80900
Tints of Free Speech Red #B80900
RGB
CMYK
RGB Variations
Color information
#B80900 (or 0xB80900) is known color: Free Speech Red. HEX triplet: B8, 09 and 00. RGB value is (184,9,0). Sum of RGB (Red+Green+Blue) = 184+9+0=193 (25% of max value = 765). Red value is 184 (72.27% from 255 or 95.34% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 184 - color contains mainly: red. Hex color #B80900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80900 is #47F6FF. Grayscale: #3C3C3C. Windows color (decimal): -4716288 or 2488. OLE color: 2488.
HSL color Cylindrical-coordinate representation of color #B80900: hue angle of 2.93º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.28 |
| HSL | 2.93º | 1% | 0.36% | - |
| HSV(B) | 2.93º | 1% | 0.72% | - |
| XYZ | 19.86 | 10.39 | 0.96 | - |
| YUV | 60.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 0 | 0 | 0.95 | 1 | 0.28 | 2.93 | 1 | 0.36 |
| Hex | B8 | 9 | 0 | 0 | 5F | 64 | 1C | 3 | 64 | 24 |
| Octal | 270 | 11 | 0 | 0 | 137 | 144 | 34 | 3 | 144 | 44 |
| Binary | 10111000 | 1001 | 0 | 0 | 1011111 | 1100100 | 11100 | 11 | 1100100 | 100100 |
Color Harmonies of #B80900
Complementary color
Monochromatic Colors of #B80900
Black with #B80900
Text Example
Text Example
White with #B80900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80900; }
p { color: rgb(184,9,0); }
H1.HeaderClassName
{
color: #B80900;
}
.AnyTagClassName
{
color: #B80900;
}
</style>
background-color css
<style>
a { background-color: #B80900; }
a { background-color: rgb(184,9,0); }
div.DivClassName
{
background-color: #B80900;
}
.BgClassName
{
background-color: #B80900;
}
</style>
border-color css
<style>
span { border-color: #B80900; }
span { border-color: rgb(184,9,0); }
td.TdClassName
{
border-color: #B80900;
}
.TagClassName
{
border-color: #B80900;
}
</style>