Shades of Free Speech Red #B41201
Tints of Free Speech Red #B41201
RGB
CMYK
RGB Variations
Color information
#B41201 (or 0xB41201) is known color: Free Speech Red. HEX triplet: B4, 12 and 01. RGB value is (180,18,1). Sum of RGB (Red+Green+Blue) = 180+18+1=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B41201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41201 is #4BEDFE. Grayscale: #404040. Windows color (decimal): -4976127 or 70324. OLE color: 70324.
HSL color Cylindrical-coordinate representation of color #B41201: hue angle of 5.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B41201 is Cyan = 0, Magento = 0.9, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 1 | - |
| CMYK | 0 | 0.9 | 0.99 | 0.29 |
| HSL | 5.7º | 0.99% | 0.35% | - |
| HSV(B) | 5.7º | 0.99% | 0.71% | - |
| XYZ | 19.04 | 10.14 | 0.98 | - |
| YUV | 64.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 1 | 0 | 0.9 | 0.99 | 0.29 | 5.7 | 0.99 | 0.35 |
| Hex | B4 | 12 | 1 | 0 | 5A | 63 | 1D | 6 | 63 | 23 |
| Octal | 264 | 22 | 1 | 0 | 132 | 143 | 35 | 6 | 143 | 43 |
| Binary | 10110100 | 10010 | 1 | 0 | 1011010 | 1100011 | 11101 | 110 | 1100011 | 100011 |
Color Harmonies of #B41201
Complementary color
Monochromatic Colors of #B41201
Black with #B41201
Text Example
Text Example
White with #B41201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41201; }
p { color: rgb(180,18,1); }
H1.HeaderClassName
{
color: #B41201;
}
.AnyTagClassName
{
color: #B41201;
}
</style>
background-color css
<style>
a { background-color: #B41201; }
a { background-color: rgb(180,18,1); }
div.DivClassName
{
background-color: #B41201;
}
.BgClassName
{
background-color: #B41201;
}
</style>
border-color css
<style>
span { border-color: #B41201; }
span { border-color: rgb(180,18,1); }
td.TdClassName
{
border-color: #B41201;
}
.TagClassName
{
border-color: #B41201;
}
</style>