Shades of Free Speech Red #B30201
Tints of Free Speech Red #B30201
RGB
CMYK
RGB Variations
Color information
#B30201 (or 0xB30201) is known color: Free Speech Red. HEX triplet: B3, 02 and 01. RGB value is (179,2,1). Sum of RGB (Red+Green+Blue) = 179+2+1=182 (24% of max value = 765). Red value is 179 (70.31% from 255 or 98.35% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 179 - color contains mainly: red. Hex color #B30201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30201 is #4CFDFE. Grayscale: #363636. Windows color (decimal): -5045759 or 66227. OLE color: 66227.
HSL color Cylindrical-coordinate representation of color #B30201: hue angle of 0.34º 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 #B30201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.30 |
| HSL | 0.34º | 0.99% | 0.35% | - |
| HSV(B) | 0.34º | 0.99% | 0.7% | - |
| XYZ | 18.62 | 9.63 | 0.91 | - |
| YUV | 54.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 1 | 0 | 0.99 | 0.99 | 0.30 | 0.34 | 0.99 | 0.35 |
| Hex | B3 | 2 | 1 | 0 | 63 | 63 | 1E | 0 | 63 | 23 |
| Octal | 263 | 2 | 1 | 0 | 143 | 143 | 36 | 0 | 143 | 43 |
| Binary | 10110011 | 10 | 1 | 0 | 1100011 | 1100011 | 11110 | 0 | 1100011 | 100011 |
Color Harmonies of #B30201
Complementary color
Monochromatic Colors of #B30201
Black with #B30201
Text Example
Text Example
White with #B30201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30201; }
p { color: rgb(179,2,1); }
H1.HeaderClassName
{
color: #B30201;
}
.AnyTagClassName
{
color: #B30201;
}
</style>
background-color css
<style>
a { background-color: #B30201; }
a { background-color: rgb(179,2,1); }
div.DivClassName
{
background-color: #B30201;
}
.BgClassName
{
background-color: #B30201;
}
</style>
border-color css
<style>
span { border-color: #B30201; }
span { border-color: rgb(179,2,1); }
td.TdClassName
{
border-color: #B30201;
}
.TagClassName
{
border-color: #B30201;
}
</style>