Shades of Free Speech Red #B80D09
Tints of Free Speech Red #B80D09
RGB
CMYK
RGB Variations
Color information
#B80D09 (or 0xB80D09) is known color: Free Speech Red. HEX triplet: B8, 0D and 09. RGB value is (184,13,9). Sum of RGB (Red+Green+Blue) = 184+13+9=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80D09 is #47F2F6. Grayscale: #3F3F3F. Windows color (decimal): -4715255 or 593336. OLE color: 593336.
HSL color Cylindrical-coordinate representation of color #B80D09: hue angle of 1.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80D09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 9 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.28 |
| HSL | 1.37º | 0.91% | 0.38% | - |
| HSV(B) | 1.37º | 0.95% | 0.72% | - |
| XYZ | 19.96 | 10.5 | 1.23 | - |
| YUV | 63.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 9 | 0 | 0.93 | 0.95 | 0.28 | 1.37 | 0.91 | 0.38 |
| Hex | B8 | D | 9 | 0 | 5D | 5F | 1C | 1 | 5B | 26 |
| Octal | 270 | 15 | 11 | 0 | 135 | 137 | 34 | 1 | 133 | 46 |
| Binary | 10111000 | 1101 | 1001 | 0 | 1011101 | 1011111 | 11100 | 1 | 1011011 | 100110 |
Color Harmonies of #B80D09
Complementary color
Monochromatic Colors of #B80D09
Black with #B80D09
Text Example
Text Example
White with #B80D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D09; }
p { color: rgb(184,13,9); }
H1.HeaderClassName
{
color: #B80D09;
}
.AnyTagClassName
{
color: #B80D09;
}
</style>
background-color css
<style>
a { background-color: #B80D09; }
a { background-color: rgb(184,13,9); }
div.DivClassName
{
background-color: #B80D09;
}
.BgClassName
{
background-color: #B80D09;
}
</style>
border-color css
<style>
span { border-color: #B80D09; }
span { border-color: rgb(184,13,9); }
td.TdClassName
{
border-color: #B80D09;
}
.TagClassName
{
border-color: #B80D09;
}
</style>