Shades of Free Speech Red #B80C01
Tints of Free Speech Red #B80C01
RGB
CMYK
RGB Variations
Color information
#B80C01 (or 0xB80C01) is known color: Free Speech Red. HEX triplet: B8, 0C and 01. RGB value is (184,12,1). Sum of RGB (Red+Green+Blue) = 184+12+1=197 (26% of max value = 765). Red value is 184 (72.27% from 255 or 93.40% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80C01 is #47F3FE. Grayscale: #3E3E3E. Windows color (decimal): -4715519 or 68792. OLE color: 68792.
HSL color Cylindrical-coordinate representation of color #B80C01: hue angle of 3.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.28 |
| HSL | 3.61º | 0.99% | 0.36% | - |
| HSV(B) | 3.61º | 0.99% | 0.72% | - |
| XYZ | 19.9 | 10.46 | 1 | - |
| YUV | 62.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 1 | 0 | 0.93 | 0.99 | 0.28 | 3.61 | 0.99 | 0.36 |
| Hex | B8 | C | 1 | 0 | 5D | 63 | 1C | 4 | 63 | 24 |
| Octal | 270 | 14 | 1 | 0 | 135 | 143 | 34 | 4 | 143 | 44 |
| Binary | 10111000 | 1100 | 1 | 0 | 1011101 | 1100011 | 11100 | 100 | 1100011 | 100100 |
Color Harmonies of #B80C01
Complementary color
Monochromatic Colors of #B80C01
Black with #B80C01
Text Example
Text Example
White with #B80C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C01; }
p { color: rgb(184,12,1); }
H1.HeaderClassName
{
color: #B80C01;
}
.AnyTagClassName
{
color: #B80C01;
}
</style>
background-color css
<style>
a { background-color: #B80C01; }
a { background-color: rgb(184,12,1); }
div.DivClassName
{
background-color: #B80C01;
}
.BgClassName
{
background-color: #B80C01;
}
</style>
border-color css
<style>
span { border-color: #B80C01; }
span { border-color: rgb(184,12,1); }
td.TdClassName
{
border-color: #B80C01;
}
.TagClassName
{
border-color: #B80C01;
}
</style>