Shades of Free Speech Red #B00101
Tints of Free Speech Red #B00101
RGB
CMYK
RGB Variations
Color information
#B00101 (or 0xB00101) is known color: Free Speech Red. HEX triplet: B0, 01 and 01. RGB value is (176,1,1). Sum of RGB (Red+Green+Blue) = 176+1+1=178 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.88% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 176 - color contains mainly: red. Hex color #B00101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00101 is #4FFEFE. Grayscale: #353535. Windows color (decimal): -5242623 or 65968. OLE color: 65968.
HSL color Cylindrical-coordinate representation of color #B00101: hue angle of 0º 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 #B00101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.31 |
| HSL | 0º | 0.99% | 0.35% | - |
| HSV(B) | 0º | 0.99% | 0.69% | - |
| XYZ | 17.92 | 9.25 | 0.87 | - |
| YUV | 53.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 1 | 0 | 0.99 | 0.99 | 0.31 | 0 | 0.99 | 0.35 |
| Hex | B0 | 1 | 1 | 0 | 63 | 63 | 1F | 0 | 63 | 23 |
| Octal | 260 | 1 | 1 | 0 | 143 | 143 | 37 | 0 | 143 | 43 |
| Binary | 10110000 | 1 | 1 | 0 | 1100011 | 1100011 | 11111 | 0 | 1100011 | 100011 |
Color Harmonies of #B00101
Complementary color
Monochromatic Colors of #B00101
Black with #B00101
Text Example
Text Example
White with #B00101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00101; }
p { color: rgb(176,1,1); }
H1.HeaderClassName
{
color: #B00101;
}
.AnyTagClassName
{
color: #B00101;
}
</style>
background-color css
<style>
a { background-color: #B00101; }
a { background-color: rgb(176,1,1); }
div.DivClassName
{
background-color: #B00101;
}
.BgClassName
{
background-color: #B00101;
}
</style>
border-color css
<style>
span { border-color: #B00101; }
span { border-color: rgb(176,1,1); }
td.TdClassName
{
border-color: #B00101;
}
.TagClassName
{
border-color: #B00101;
}
</style>