Shades of Free Speech Red #B80201
Tints of Free Speech Red #B80201
RGB
CMYK
RGB Variations
Color information
#B80201 (or 0xB80201) is known color: Free Speech Red. HEX triplet: B8, 02 and 01. RGB value is (184,2,1). Sum of RGB (Red+Green+Blue) = 184+2+1=187 (24% of max value = 765). Red value is 184 (72.27% from 255 or 98.40% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 184 - color contains mainly: red. Hex color #B80201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80201 is #47FDFE. Grayscale: #383838. Windows color (decimal): -4718079 or 66232. OLE color: 66232.
HSL color Cylindrical-coordinate representation of color #B80201: hue angle of 0.33º 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 #B80201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.28 |
| HSL | 0.33º | 0.99% | 0.36% | - |
| HSV(B) | 0.33º | 0.99% | 0.72% | - |
| XYZ | 19.79 | 10.24 | 0.96 | - |
| YUV | 56.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 1 | 0 | 0.99 | 0.99 | 0.28 | 0.33 | 0.99 | 0.36 |
| Hex | B8 | 2 | 1 | 0 | 63 | 63 | 1C | 0 | 63 | 24 |
| Octal | 270 | 2 | 1 | 0 | 143 | 143 | 34 | 0 | 143 | 44 |
| Binary | 10111000 | 10 | 1 | 0 | 1100011 | 1100011 | 11100 | 0 | 1100011 | 100100 |
Color Harmonies of #B80201
Complementary color
Monochromatic Colors of #B80201
Black with #B80201
Text Example
Text Example
White with #B80201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80201; }
p { color: rgb(184,2,1); }
H1.HeaderClassName
{
color: #B80201;
}
.AnyTagClassName
{
color: #B80201;
}
</style>
background-color css
<style>
a { background-color: #B80201; }
a { background-color: rgb(184,2,1); }
div.DivClassName
{
background-color: #B80201;
}
.BgClassName
{
background-color: #B80201;
}
</style>
border-color css
<style>
span { border-color: #B80201; }
span { border-color: rgb(184,2,1); }
td.TdClassName
{
border-color: #B80201;
}
.TagClassName
{
border-color: #B80201;
}
</style>