Shades of Free Speech Red #B00C01
Tints of Free Speech Red #B00C01
RGB
CMYK
RGB Variations
Color information
#B00C01 (or 0xB00C01) is known color: Free Speech Red. HEX triplet: B0, 0C and 01. RGB value is (176,12,1). Sum of RGB (Red+Green+Blue) = 176+12+1=189 (25% of max value = 765). Red value is 176 (69.14% from 255 or 93.12% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00C01 is #4FF3FE. Grayscale: #3B3B3B. Windows color (decimal): -5239807 or 68784. OLE color: 68784.
HSL color Cylindrical-coordinate representation of color #B00C01: hue angle of 3.77º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.31 |
| HSL | 3.77º | 0.99% | 0.35% | - |
| HSV(B) | 3.77º | 0.99% | 0.69% | - |
| XYZ | 18.04 | 9.5 | 0.91 | - |
| YUV | 59.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 1 | 0 | 0.93 | 0.99 | 0.31 | 3.77 | 0.99 | 0.35 |
| Hex | B0 | C | 1 | 0 | 5D | 63 | 1F | 4 | 63 | 23 |
| Octal | 260 | 14 | 1 | 0 | 135 | 143 | 37 | 4 | 143 | 43 |
| Binary | 10110000 | 1100 | 1 | 0 | 1011101 | 1100011 | 11111 | 100 | 1100011 | 100011 |
Color Harmonies of #B00C01
Complementary color
Monochromatic Colors of #B00C01
Black with #B00C01
Text Example
Text Example
White with #B00C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C01; }
p { color: rgb(176,12,1); }
H1.HeaderClassName
{
color: #B00C01;
}
.AnyTagClassName
{
color: #B00C01;
}
</style>
background-color css
<style>
a { background-color: #B00C01; }
a { background-color: rgb(176,12,1); }
div.DivClassName
{
background-color: #B00C01;
}
.BgClassName
{
background-color: #B00C01;
}
</style>
border-color css
<style>
span { border-color: #B00C01; }
span { border-color: rgb(176,12,1); }
td.TdClassName
{
border-color: #B00C01;
}
.TagClassName
{
border-color: #B00C01;
}
</style>