Shades of Free Speech Red #B81C04
Tints of Free Speech Red #B81C04
RGB
CMYK
RGB Variations
Color information
#B81C04 (or 0xB81C04) is known color: Free Speech Red. HEX triplet: B8, 1C and 04. RGB value is (184,28,4). Sum of RGB (Red+Green+Blue) = 184+28+4=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C04 is #47E3FB. Grayscale: #484848. Windows color (decimal): -4711420 or 269496. OLE color: 269496.
HSL color Cylindrical-coordinate representation of color #B81C04: hue angle of 8º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B81C04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.28 |
| HSL | 8º | 0.96% | 0.37% | - |
| HSV(B) | 8º | 0.98% | 0.72% | - |
| XYZ | 20.2 | 11.03 | 1.18 | - |
| YUV | 71.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 4 | 0 | 0.85 | 0.98 | 0.28 | 8 | 0.96 | 0.37 |
| Hex | B8 | 1C | 4 | 0 | 55 | 62 | 1C | 8 | 60 | 25 |
| Octal | 270 | 34 | 4 | 0 | 125 | 142 | 34 | 10 | 140 | 45 |
| Binary | 10111000 | 11100 | 100 | 0 | 1010101 | 1100010 | 11100 | 1000 | 1100000 | 100101 |
Color Harmonies of #B81C04
Complementary color
Monochromatic Colors of #B81C04
Black with #B81C04
Text Example
Text Example
White with #B81C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C04; }
p { color: rgb(184,28,4); }
H1.HeaderClassName
{
color: #B81C04;
}
.AnyTagClassName
{
color: #B81C04;
}
</style>
background-color css
<style>
a { background-color: #B81C04; }
a { background-color: rgb(184,28,4); }
div.DivClassName
{
background-color: #B81C04;
}
.BgClassName
{
background-color: #B81C04;
}
</style>
border-color css
<style>
span { border-color: #B81C04; }
span { border-color: rgb(184,28,4); }
td.TdClassName
{
border-color: #B81C04;
}
.TagClassName
{
border-color: #B81C04;
}
</style>