Shades of Free Speech Red #B41204
Tints of Free Speech Red #B41204
RGB
CMYK
RGB Variations
Color information
#B41204 (or 0xB41204) is known color: Free Speech Red. HEX triplet: B4, 12 and 04. RGB value is (180,18,4). Sum of RGB (Red+Green+Blue) = 180+18+4=202 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.11% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 180 - color contains mainly: red. Hex color #B41204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41204 is #4BEDFB. Grayscale: #414141. Windows color (decimal): -4976124 or 266932. OLE color: 266932.
HSL color Cylindrical-coordinate representation of color #B41204: hue angle of 4.77º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B41204 is Cyan = 0, Magento = 0.9, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 4 | - |
| CMYK | 0 | 0.9 | 0.98 | 0.29 |
| HSL | 4.77º | 0.96% | 0.36% | - |
| HSV(B) | 4.77º | 0.98% | 0.71% | - |
| XYZ | 19.06 | 10.14 | 1.07 | - |
| YUV | 64.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 4 | 0 | 0.9 | 0.98 | 0.29 | 4.77 | 0.96 | 0.36 |
| Hex | B4 | 12 | 4 | 0 | 5A | 62 | 1D | 5 | 60 | 24 |
| Octal | 264 | 22 | 4 | 0 | 132 | 142 | 35 | 5 | 140 | 44 |
| Binary | 10110100 | 10010 | 100 | 0 | 1011010 | 1100010 | 11101 | 101 | 1100000 | 100100 |
Color Harmonies of #B41204
Complementary color
Monochromatic Colors of #B41204
Black with #B41204
Text Example
Text Example
White with #B41204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41204; }
p { color: rgb(180,18,4); }
H1.HeaderClassName
{
color: #B41204;
}
.AnyTagClassName
{
color: #B41204;
}
</style>
background-color css
<style>
a { background-color: #B41204; }
a { background-color: rgb(180,18,4); }
div.DivClassName
{
background-color: #B41204;
}
.BgClassName
{
background-color: #B41204;
}
</style>
border-color css
<style>
span { border-color: #B41204; }
span { border-color: rgb(180,18,4); }
td.TdClassName
{
border-color: #B41204;
}
.TagClassName
{
border-color: #B41204;
}
</style>