Shades of Free Speech Red #B80F09
Tints of Free Speech Red #B80F09
RGB
CMYK
RGB Variations
Color information
#B80F09 (or 0xB80F09) is known color: Free Speech Red. HEX triplet: B8, 0F and 09. RGB value is (184,15,9). Sum of RGB (Red+Green+Blue) = 184+15+9=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F09 is #47F0F6. Grayscale: #414141. Windows color (decimal): -4714743 or 593848. OLE color: 593848.
HSL color Cylindrical-coordinate representation of color #B80F09: hue angle of 2.06º 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 #B80F09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.28 |
| HSL | 2.06º | 0.91% | 0.38% | - |
| HSV(B) | 2.06º | 0.95% | 0.72% | - |
| XYZ | 19.99 | 10.55 | 1.24 | - |
| YUV | 64.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 9 | 0 | 0.92 | 0.95 | 0.28 | 2.06 | 0.91 | 0.38 |
| Hex | B8 | F | 9 | 0 | 5C | 5F | 1C | 2 | 5B | 26 |
| Octal | 270 | 17 | 11 | 0 | 134 | 137 | 34 | 2 | 133 | 46 |
| Binary | 10111000 | 1111 | 1001 | 0 | 1011100 | 1011111 | 11100 | 10 | 1011011 | 100110 |
Color Harmonies of #B80F09
Complementary color
Monochromatic Colors of #B80F09
Black with #B80F09
Text Example
Text Example
White with #B80F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F09; }
p { color: rgb(184,15,9); }
H1.HeaderClassName
{
color: #B80F09;
}
.AnyTagClassName
{
color: #B80F09;
}
</style>
background-color css
<style>
a { background-color: #B80F09; }
a { background-color: rgb(184,15,9); }
div.DivClassName
{
background-color: #B80F09;
}
.BgClassName
{
background-color: #B80F09;
}
</style>
border-color css
<style>
span { border-color: #B80F09; }
span { border-color: rgb(184,15,9); }
td.TdClassName
{
border-color: #B80F09;
}
.TagClassName
{
border-color: #B80F09;
}
</style>