Shades of Free Speech Red #B9130A
Tints of Free Speech Red #B9130A
RGB
CMYK
RGB Variations
Color information
#B9130A (or 0xB9130A) is known color: Free Speech Red. HEX triplet: B9, 13 and 0A. RGB value is (185,19,10). Sum of RGB (Red+Green+Blue) = 185+19+10=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9130A is #46ECF5. Grayscale: #434343. Windows color (decimal): -4648182 or 660409. OLE color: 660409.
HSL color Cylindrical-coordinate representation of color #B9130A: hue angle of 3.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.27 |
| HSL | 3.09º | 0.9% | 0.38% | - |
| HSV(B) | 3.09º | 0.95% | 0.73% | - |
| XYZ | 20.3 | 10.8 | 1.3 | - |
| YUV | 67.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 10 | 0 | 0.90 | 0.95 | 0.27 | 3.09 | 0.9 | 0.38 |
| Hex | B9 | 13 | A | 0 | 5A | 5F | 1B | 3 | 5A | 26 |
| Octal | 271 | 23 | 12 | 0 | 132 | 137 | 33 | 3 | 132 | 46 |
| Binary | 10111001 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11011 | 11 | 1011010 | 100110 |
Color Harmonies of #B9130A
Complementary color
Monochromatic Colors of #B9130A
Black with #B9130A
Text Example
Text Example
White with #B9130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9130A; }
p { color: rgb(185,19,10); }
H1.HeaderClassName
{
color: #B9130A;
}
.AnyTagClassName
{
color: #B9130A;
}
</style>
background-color css
<style>
a { background-color: #B9130A; }
a { background-color: rgb(185,19,10); }
div.DivClassName
{
background-color: #B9130A;
}
.BgClassName
{
background-color: #B9130A;
}
</style>
border-color css
<style>
span { border-color: #B9130A; }
span { border-color: rgb(185,19,10); }
td.TdClassName
{
border-color: #B9130A;
}
.TagClassName
{
border-color: #B9130A;
}
</style>