Shades of Free Speech Red #B60101
Tints of Free Speech Red #B60101
RGB
CMYK
RGB Variations
Color information
#B60101 (or 0xB60101) is known color: Free Speech Red. HEX triplet: B6, 01 and 01. RGB value is (182,1,1). Sum of RGB (Red+Green+Blue) = 182+1+1=184 (24% of max value = 765). Red value is 182 (71.48% from 255 or 98.91% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 182 - color contains mainly: red. Hex color #B60101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60101 is #49FEFE. Grayscale: #373737. Windows color (decimal): -4849407 or 65974. OLE color: 65974.
HSL color Cylindrical-coordinate representation of color #B60101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.29 |
| HSL | 0º | 0.99% | 0.36% | - |
| HSV(B) | 0º | 0.99% | 0.71% | - |
| XYZ | 19.31 | 9.97 | 0.94 | - |
| YUV | 55.12 | 97.47 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 1 | 0 | 0.99 | 0.99 | 0.29 | 0 | 0.99 | 0.36 |
| Hex | B6 | 1 | 1 | 0 | 63 | 63 | 1D | 0 | 63 | 24 |
| Octal | 266 | 1 | 1 | 0 | 143 | 143 | 35 | 0 | 143 | 44 |
| Binary | 10110110 | 1 | 1 | 0 | 1100011 | 1100011 | 11101 | 0 | 1100011 | 100100 |
Color Harmonies of #B60101
Complementary color
Monochromatic Colors of #B60101
Black with #B60101
Text Example
Text Example
White with #B60101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60101; }
p { color: rgb(182,1,1); }
H1.HeaderClassName
{
color: #B60101;
}
.AnyTagClassName
{
color: #B60101;
}
</style>
background-color css
<style>
a { background-color: #B60101; }
a { background-color: rgb(182,1,1); }
div.DivClassName
{
background-color: #B60101;
}
.BgClassName
{
background-color: #B60101;
}
</style>
border-color css
<style>
span { border-color: #B60101; }
span { border-color: rgb(182,1,1); }
td.TdClassName
{
border-color: #B60101;
}
.TagClassName
{
border-color: #B60101;
}
</style>