Shades of Free Speech Red #B30200
Tints of Free Speech Red #B30200
RGB
CMYK
RGB Variations
Color information
#B30200 (or 0xB30200) is known color: Free Speech Red. HEX triplet: B3, 02 and 00. RGB value is (179,2,0). Sum of RGB (Red+Green+Blue) = 179+2+0=181 (23% of max value = 765). Red value is 179 (70.31% from 255 or 98.90% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 179 - color contains mainly: red. Hex color #B30200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30200 is #4CFDFF. Grayscale: #363636. Windows color (decimal): -5045760 or 691. OLE color: 691.
HSL color Cylindrical-coordinate representation of color #B30200: hue angle of 0.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.30 |
| HSL | 0.67º | 1% | 0.35% | - |
| HSV(B) | 0.67º | 1% | 0.7% | - |
| XYZ | 18.61 | 9.63 | 0.88 | - |
| YUV | 54.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 0 | 0 | 0.99 | 1 | 0.30 | 0.67 | 1 | 0.35 |
| Hex | B3 | 2 | 0 | 0 | 63 | 64 | 1E | 1 | 64 | 23 |
| Octal | 263 | 2 | 0 | 0 | 143 | 144 | 36 | 1 | 144 | 43 |
| Binary | 10110011 | 10 | 0 | 0 | 1100011 | 1100100 | 11110 | 1 | 1100100 | 100011 |
Color Harmonies of #B30200
Complementary color
Monochromatic Colors of #B30200
Black with #B30200
Text Example
Text Example
White with #B30200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30200; }
p { color: rgb(179,2,0); }
H1.HeaderClassName
{
color: #B30200;
}
.AnyTagClassName
{
color: #B30200;
}
</style>
background-color css
<style>
a { background-color: #B30200; }
a { background-color: rgb(179,2,0); }
div.DivClassName
{
background-color: #B30200;
}
.BgClassName
{
background-color: #B30200;
}
</style>
border-color css
<style>
span { border-color: #B30200; }
span { border-color: rgb(179,2,0); }
td.TdClassName
{
border-color: #B30200;
}
.TagClassName
{
border-color: #B30200;
}
</style>