Shades of Free Speech Red #B7120C
Tints of Free Speech Red #B7120C
RGB
CMYK
RGB Variations
Color information
#B7120C (or 0xB7120C) is known color: Free Speech Red. HEX triplet: B7, 12 and 0C. RGB value is (183,18,12). Sum of RGB (Red+Green+Blue) = 183+18+12=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B7120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7120C is #48EDF3. Grayscale: #424242. Windows color (decimal): -4779508 or 791223. OLE color: 791223.
HSL color Cylindrical-coordinate representation of color #B7120C: hue angle of 2.11º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7120C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 12 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.28 |
| HSL | 2.11º | 0.88% | 0.38% | - |
| HSV(B) | 2.11º | 0.93% | 0.72% | - |
| XYZ | 19.81 | 10.53 | 1.34 | - |
| YUV | 66.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 12 | 0 | 0.90 | 0.93 | 0.28 | 2.11 | 0.88 | 0.38 |
| Hex | B7 | 12 | C | 0 | 5A | 5D | 1C | 2 | 58 | 26 |
| Octal | 267 | 22 | 14 | 0 | 132 | 135 | 34 | 2 | 130 | 46 |
| Binary | 10110111 | 10010 | 1100 | 0 | 1011010 | 1011101 | 11100 | 10 | 1011000 | 100110 |
Color Harmonies of #B7120C
Complementary color
Monochromatic Colors of #B7120C
Black with #B7120C
Text Example
Text Example
White with #B7120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7120C; }
p { color: rgb(183,18,12); }
H1.HeaderClassName
{
color: #B7120C;
}
.AnyTagClassName
{
color: #B7120C;
}
</style>
background-color css
<style>
a { background-color: #B7120C; }
a { background-color: rgb(183,18,12); }
div.DivClassName
{
background-color: #B7120C;
}
.BgClassName
{
background-color: #B7120C;
}
</style>
border-color css
<style>
span { border-color: #B7120C; }
span { border-color: rgb(183,18,12); }
td.TdClassName
{
border-color: #B7120C;
}
.TagClassName
{
border-color: #B7120C;
}
</style>