Shades of Free Speech Red #B31200
Tints of Free Speech Red #B31200
RGB
CMYK
RGB Variations
Color information
#B31200 (or 0xB31200) is known color: Free Speech Red. HEX triplet: B3, 12 and 00. RGB value is (179,18,0). Sum of RGB (Red+Green+Blue) = 179+18+0=197 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.86% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 179 - color contains mainly: red. Hex color #B31200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31200 is #4CEDFF. Grayscale: #404040. Windows color (decimal): -5041664 or 4787. OLE color: 4787.
HSL color Cylindrical-coordinate representation of color #B31200: hue angle of 6.03º 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 #B31200 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.30 |
| HSL | 6.03º | 1% | 0.35% | - |
| HSV(B) | 6.03º | 1% | 0.7% | - |
| XYZ | 18.81 | 10.02 | 0.94 | - |
| YUV | 64.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 0 | 0 | 0.90 | 1 | 0.30 | 6.03 | 1 | 0.35 |
| Hex | B3 | 12 | 0 | 0 | 5A | 64 | 1E | 6 | 64 | 23 |
| Octal | 263 | 22 | 0 | 0 | 132 | 144 | 36 | 6 | 144 | 43 |
| Binary | 10110011 | 10010 | 0 | 0 | 1011010 | 1100100 | 11110 | 110 | 1100100 | 100011 |
Color Harmonies of #B31200
Complementary color
Monochromatic Colors of #B31200
Black with #B31200
Text Example
Text Example
White with #B31200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31200; }
p { color: rgb(179,18,0); }
H1.HeaderClassName
{
color: #B31200;
}
.AnyTagClassName
{
color: #B31200;
}
</style>
background-color css
<style>
a { background-color: #B31200; }
a { background-color: rgb(179,18,0); }
div.DivClassName
{
background-color: #B31200;
}
.BgClassName
{
background-color: #B31200;
}
</style>
border-color css
<style>
span { border-color: #B31200; }
span { border-color: rgb(179,18,0); }
td.TdClassName
{
border-color: #B31200;
}
.TagClassName
{
border-color: #B31200;
}
</style>