Shades of Free Speech Red #B81A04
Tints of Free Speech Red #B81A04
RGB
CMYK
RGB Variations
Color information
#B81A04 (or 0xB81A04) is known color: Free Speech Red. HEX triplet: B8, 1A and 04. RGB value is (184,26,4). Sum of RGB (Red+Green+Blue) = 184+26+4=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81A04 is #47E5FB. Grayscale: #464646. Windows color (decimal): -4711932 or 268984. OLE color: 268984.
HSL color Cylindrical-coordinate representation of color #B81A04: hue angle of 7.33º 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 #B81A04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.28 |
| HSL | 7.33º | 0.96% | 0.37% | - |
| HSV(B) | 7.33º | 0.98% | 0.72% | - |
| XYZ | 20.16 | 10.94 | 1.16 | - |
| YUV | 70.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 4 | 0 | 0.86 | 0.98 | 0.28 | 7.33 | 0.96 | 0.37 |
| Hex | B8 | 1A | 4 | 0 | 56 | 62 | 1C | 7 | 60 | 25 |
| Octal | 270 | 32 | 4 | 0 | 126 | 142 | 34 | 7 | 140 | 45 |
| Binary | 10111000 | 11010 | 100 | 0 | 1010110 | 1100010 | 11100 | 111 | 1100000 | 100101 |
Color Harmonies of #B81A04
Complementary color
Monochromatic Colors of #B81A04
Black with #B81A04
Text Example
Text Example
White with #B81A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A04; }
p { color: rgb(184,26,4); }
H1.HeaderClassName
{
color: #B81A04;
}
.AnyTagClassName
{
color: #B81A04;
}
</style>
background-color css
<style>
a { background-color: #B81A04; }
a { background-color: rgb(184,26,4); }
div.DivClassName
{
background-color: #B81A04;
}
.BgClassName
{
background-color: #B81A04;
}
</style>
border-color css
<style>
span { border-color: #B81A04; }
span { border-color: rgb(184,26,4); }
td.TdClassName
{
border-color: #B81A04;
}
.TagClassName
{
border-color: #B81A04;
}
</style>