Shades of Free Speech Red #B31102
Tints of Free Speech Red #B31102
RGB
CMYK
RGB Variations
Color information
#B31102 (or 0xB31102) is known color: Free Speech Red. HEX triplet: B3, 11 and 02. RGB value is (179,17,2). Sum of RGB (Red+Green+Blue) = 179+17+2=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B31102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31102 is #4CEEFD. Grayscale: #3F3F3F. Windows color (decimal): -5041918 or 135603. OLE color: 135603.
HSL color Cylindrical-coordinate representation of color #B31102: hue angle of 5.08º degrees, saturation: 0.98, 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 #B31102 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.30 |
| HSL | 5.08º | 0.98% | 0.35% | - |
| HSV(B) | 5.08º | 0.99% | 0.7% | - |
| XYZ | 18.8 | 9.99 | 0.99 | - |
| YUV | 63.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 2 | 0 | 0.91 | 0.99 | 0.30 | 5.08 | 0.98 | 0.35 |
| Hex | B3 | 11 | 2 | 0 | 5B | 63 | 1E | 5 | 62 | 23 |
| Octal | 263 | 21 | 2 | 0 | 133 | 143 | 36 | 5 | 142 | 43 |
| Binary | 10110011 | 10001 | 10 | 0 | 1011011 | 1100011 | 11110 | 101 | 1100010 | 100011 |
Color Harmonies of #B31102
Complementary color
Monochromatic Colors of #B31102
Black with #B31102
Text Example
Text Example
White with #B31102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31102; }
p { color: rgb(179,17,2); }
H1.HeaderClassName
{
color: #B31102;
}
.AnyTagClassName
{
color: #B31102;
}
</style>
background-color css
<style>
a { background-color: #B31102; }
a { background-color: rgb(179,17,2); }
div.DivClassName
{
background-color: #B31102;
}
.BgClassName
{
background-color: #B31102;
}
</style>
border-color css
<style>
span { border-color: #B31102; }
span { border-color: rgb(179,17,2); }
td.TdClassName
{
border-color: #B31102;
}
.TagClassName
{
border-color: #B31102;
}
</style>