Shades of Free Speech Red #B41301
Tints of Free Speech Red #B41301
RGB
CMYK
RGB Variations
Color information
#B41301 (or 0xB41301) is known color: Free Speech Red. HEX triplet: B4, 13 and 01. RGB value is (180,19,1). Sum of RGB (Red+Green+Blue) = 180+19+1=200 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 180 - color contains mainly: red. Hex color #B41301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41301 is #4BECFE. Grayscale: #414141. Windows color (decimal): -4975871 or 70580. OLE color: 70580.
HSL color Cylindrical-coordinate representation of color #B41301: hue angle of 6.03º 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 #B41301 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.29 |
| HSL | 6.03º | 0.99% | 0.35% | - |
| HSV(B) | 6.03º | 0.99% | 0.71% | - |
| XYZ | 19.06 | 10.17 | 0.99 | - |
| YUV | 65.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 1 | 0 | 0.89 | 0.99 | 0.29 | 6.03 | 0.99 | 0.35 |
| Hex | B4 | 13 | 1 | 0 | 59 | 63 | 1D | 6 | 63 | 23 |
| Octal | 264 | 23 | 1 | 0 | 131 | 143 | 35 | 6 | 143 | 43 |
| Binary | 10110100 | 10011 | 1 | 0 | 1011001 | 1100011 | 11101 | 110 | 1100011 | 100011 |
Color Harmonies of #B41301
Complementary color
Monochromatic Colors of #B41301
Black with #B41301
Text Example
Text Example
White with #B41301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41301; }
p { color: rgb(180,19,1); }
H1.HeaderClassName
{
color: #B41301;
}
.AnyTagClassName
{
color: #B41301;
}
</style>
background-color css
<style>
a { background-color: #B41301; }
a { background-color: rgb(180,19,1); }
div.DivClassName
{
background-color: #B41301;
}
.BgClassName
{
background-color: #B41301;
}
</style>
border-color css
<style>
span { border-color: #B41301; }
span { border-color: rgb(180,19,1); }
td.TdClassName
{
border-color: #B41301;
}
.TagClassName
{
border-color: #B41301;
}
</style>