Shades of Free Speech Red #B20C01
Tints of Free Speech Red #B20C01
RGB
CMYK
RGB Variations
Color information
#B20C01 (or 0xB20C01) is known color: Free Speech Red. HEX triplet: B2, 0C and 01. RGB value is (178,12,1). Sum of RGB (Red+Green+Blue) = 178+12+1=191 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.19% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C01 is #4DF3FE. Grayscale: #3C3C3C. Windows color (decimal): -5108735 or 68786. OLE color: 68786.
HSL color Cylindrical-coordinate representation of color #B20C01: hue angle of 3.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.30 |
| HSL | 3.73º | 0.99% | 0.35% | - |
| HSV(B) | 3.73º | 0.99% | 0.7% | - |
| XYZ | 18.5 | 9.73 | 0.93 | - |
| YUV | 60.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 1 | 0 | 0.93 | 0.99 | 0.30 | 3.73 | 0.99 | 0.35 |
| Hex | B2 | C | 1 | 0 | 5D | 63 | 1E | 4 | 63 | 23 |
| Octal | 262 | 14 | 1 | 0 | 135 | 143 | 36 | 4 | 143 | 43 |
| Binary | 10110010 | 1100 | 1 | 0 | 1011101 | 1100011 | 11110 | 100 | 1100011 | 100011 |
Color Harmonies of #B20C01
Complementary color
Monochromatic Colors of #B20C01
Black with #B20C01
Text Example
Text Example
White with #B20C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C01; }
p { color: rgb(178,12,1); }
H1.HeaderClassName
{
color: #B20C01;
}
.AnyTagClassName
{
color: #B20C01;
}
</style>
background-color css
<style>
a { background-color: #B20C01; }
a { background-color: rgb(178,12,1); }
div.DivClassName
{
background-color: #B20C01;
}
.BgClassName
{
background-color: #B20C01;
}
</style>
border-color css
<style>
span { border-color: #B20C01; }
span { border-color: rgb(178,12,1); }
td.TdClassName
{
border-color: #B20C01;
}
.TagClassName
{
border-color: #B20C01;
}
</style>