Shades of Free Speech Red #B7130A
Tints of Free Speech Red #B7130A
RGB
CMYK
RGB Variations
Color information
#B7130A (or 0xB7130A) is known color: Free Speech Red. HEX triplet: B7, 13 and 0A. RGB value is (183,19,10). Sum of RGB (Red+Green+Blue) = 183+19+10=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130A is #48ECF5. Grayscale: #434343. Windows color (decimal): -4779254 or 660407. OLE color: 660407.
HSL color Cylindrical-coordinate representation of color #B7130A: hue angle of 3.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.28 |
| HSL | 3.12º | 0.9% | 0.38% | - |
| HSV(B) | 3.12º | 0.95% | 0.72% | - |
| XYZ | 19.82 | 10.55 | 1.28 | - |
| YUV | 67.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 10 | 0 | 0.90 | 0.95 | 0.28 | 3.12 | 0.9 | 0.38 |
| Hex | B7 | 13 | A | 0 | 5A | 5F | 1C | 3 | 5A | 26 |
| Octal | 267 | 23 | 12 | 0 | 132 | 137 | 34 | 3 | 132 | 46 |
| Binary | 10110111 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11100 | 11 | 1011010 | 100110 |
Color Harmonies of #B7130A
Complementary color
Monochromatic Colors of #B7130A
Black with #B7130A
Text Example
Text Example
White with #B7130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7130A; }
p { color: rgb(183,19,10); }
H1.HeaderClassName
{
color: #B7130A;
}
.AnyTagClassName
{
color: #B7130A;
}
</style>
background-color css
<style>
a { background-color: #B7130A; }
a { background-color: rgb(183,19,10); }
div.DivClassName
{
background-color: #B7130A;
}
.BgClassName
{
background-color: #B7130A;
}
</style>
border-color css
<style>
span { border-color: #B7130A; }
span { border-color: rgb(183,19,10); }
td.TdClassName
{
border-color: #B7130A;
}
.TagClassName
{
border-color: #B7130A;
}
</style>