Shades of Free Speech Red #B80C08
Tints of Free Speech Red #B80C08
RGB
CMYK
RGB Variations
Color information
#B80C08 (or 0xB80C08) is known color: Free Speech Red. HEX triplet: B8, 0C and 08. RGB value is (184,12,8). Sum of RGB (Red+Green+Blue) = 184+12+8=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80C08 is #47F3F7. Grayscale: #3F3F3F. Windows color (decimal): -4715512 or 527544. OLE color: 527544.
HSL color Cylindrical-coordinate representation of color #B80C08: hue angle of 1.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80C08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.28 |
| HSL | 1.36º | 0.92% | 0.38% | - |
| HSV(B) | 1.36º | 0.96% | 0.72% | - |
| XYZ | 19.94 | 10.47 | 1.2 | - |
| YUV | 62.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 8 | 0 | 0.93 | 0.96 | 0.28 | 1.36 | 0.92 | 0.38 |
| Hex | B8 | C | 8 | 0 | 5D | 60 | 1C | 1 | 5C | 26 |
| Octal | 270 | 14 | 10 | 0 | 135 | 140 | 34 | 1 | 134 | 46 |
| Binary | 10111000 | 1100 | 1000 | 0 | 1011101 | 1100000 | 11100 | 1 | 1011100 | 100110 |
Color Harmonies of #B80C08
Complementary color
Monochromatic Colors of #B80C08
Black with #B80C08
Text Example
Text Example
White with #B80C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C08; }
p { color: rgb(184,12,8); }
H1.HeaderClassName
{
color: #B80C08;
}
.AnyTagClassName
{
color: #B80C08;
}
</style>
background-color css
<style>
a { background-color: #B80C08; }
a { background-color: rgb(184,12,8); }
div.DivClassName
{
background-color: #B80C08;
}
.BgClassName
{
background-color: #B80C08;
}
</style>
border-color css
<style>
span { border-color: #B80C08; }
span { border-color: rgb(184,12,8); }
td.TdClassName
{
border-color: #B80C08;
}
.TagClassName
{
border-color: #B80C08;
}
</style>