Shades of Free Speech Red #B80D02
Tints of Free Speech Red #B80D02
RGB
CMYK
RGB Variations
Color information
#B80D02 (or 0xB80D02) is known color: Free Speech Red. HEX triplet: B8, 0D and 02. RGB value is (184,13,2). Sum of RGB (Red+Green+Blue) = 184+13+2=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80D02 is #47F2FD. Grayscale: #3F3F3F. Windows color (decimal): -4715262 or 134584. OLE color: 134584.
HSL color Cylindrical-coordinate representation of color #B80D02: hue angle of 3.63º degrees, saturation: 0.98, 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 #B80D02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.28 |
| HSL | 3.63º | 0.98% | 0.36% | - |
| HSV(B) | 3.63º | 0.99% | 0.72% | - |
| XYZ | 19.92 | 10.48 | 1.03 | - |
| YUV | 62.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 2 | 0 | 0.93 | 0.99 | 0.28 | 3.63 | 0.98 | 0.36 |
| Hex | B8 | D | 2 | 0 | 5D | 63 | 1C | 4 | 62 | 24 |
| Octal | 270 | 15 | 2 | 0 | 135 | 143 | 34 | 4 | 142 | 44 |
| Binary | 10111000 | 1101 | 10 | 0 | 1011101 | 1100011 | 11100 | 100 | 1100010 | 100100 |
Color Harmonies of #B80D02
Complementary color
Monochromatic Colors of #B80D02
Black with #B80D02
Text Example
Text Example
White with #B80D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D02; }
p { color: rgb(184,13,2); }
H1.HeaderClassName
{
color: #B80D02;
}
.AnyTagClassName
{
color: #B80D02;
}
</style>
background-color css
<style>
a { background-color: #B80D02; }
a { background-color: rgb(184,13,2); }
div.DivClassName
{
background-color: #B80D02;
}
.BgClassName
{
background-color: #B80D02;
}
</style>
border-color css
<style>
span { border-color: #B80D02; }
span { border-color: rgb(184,13,2); }
td.TdClassName
{
border-color: #B80D02;
}
.TagClassName
{
border-color: #B80D02;
}
</style>