Shades of Free Speech Red #B80301
Tints of Free Speech Red #B80301
RGB
CMYK
RGB Variations
Color information
#B80301 (or 0xB80301) is known color: Free Speech Red. HEX triplet: B8, 03 and 01. RGB value is (184,3,1). Sum of RGB (Red+Green+Blue) = 184+3+1=188 (24% of max value = 765). Red value is 184 (72.27% from 255 or 97.87% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 184 - color contains mainly: red. Hex color #B80301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80301 is #47FCFE. Grayscale: #393939. Windows color (decimal): -4717823 or 66488. OLE color: 66488.
HSL color Cylindrical-coordinate representation of color #B80301: hue angle of 0.66º 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 #B80301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.28 |
| HSL | 0.66º | 0.99% | 0.36% | - |
| HSV(B) | 0.66º | 0.99% | 0.72% | - |
| XYZ | 19.81 | 10.26 | 0.96 | - |
| YUV | 56.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 1 | 0 | 0.98 | 0.99 | 0.28 | 0.66 | 0.99 | 0.36 |
| Hex | B8 | 3 | 1 | 0 | 62 | 63 | 1C | 1 | 63 | 24 |
| Octal | 270 | 3 | 1 | 0 | 142 | 143 | 34 | 1 | 143 | 44 |
| Binary | 10111000 | 11 | 1 | 0 | 1100010 | 1100011 | 11100 | 1 | 1100011 | 100100 |
Color Harmonies of #B80301
Complementary color
Monochromatic Colors of #B80301
Black with #B80301
Text Example
Text Example
White with #B80301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80301; }
p { color: rgb(184,3,1); }
H1.HeaderClassName
{
color: #B80301;
}
.AnyTagClassName
{
color: #B80301;
}
</style>
background-color css
<style>
a { background-color: #B80301; }
a { background-color: rgb(184,3,1); }
div.DivClassName
{
background-color: #B80301;
}
.BgClassName
{
background-color: #B80301;
}
</style>
border-color css
<style>
span { border-color: #B80301; }
span { border-color: rgb(184,3,1); }
td.TdClassName
{
border-color: #B80301;
}
.TagClassName
{
border-color: #B80301;
}
</style>