Shades of Free Speech Red #B9120A
Tints of Free Speech Red #B9120A
RGB
CMYK
RGB Variations
Color information
#B9120A (or 0xB9120A) is known color: Free Speech Red. HEX triplet: B9, 12 and 0A. RGB value is (185,18,10). Sum of RGB (Red+Green+Blue) = 185+18+10=213 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.85% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 185 - color contains mainly: red. Hex color #B9120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9120A is #46EDF5. Grayscale: #434343. Windows color (decimal): -4648438 or 660153. OLE color: 660153.
HSL color Cylindrical-coordinate representation of color #B9120A: hue angle of 2.74º 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 #B9120A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.27 |
| HSL | 2.74º | 0.9% | 0.38% | - |
| HSV(B) | 2.74º | 0.95% | 0.73% | - |
| XYZ | 20.28 | 10.77 | 1.3 | - |
| YUV | 67.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 10 | 0 | 0.90 | 0.95 | 0.27 | 2.74 | 0.9 | 0.38 |
| Hex | B9 | 12 | A | 0 | 5A | 5F | 1B | 3 | 5A | 26 |
| Octal | 271 | 22 | 12 | 0 | 132 | 137 | 33 | 3 | 132 | 46 |
| Binary | 10111001 | 10010 | 1010 | 0 | 1011010 | 1011111 | 11011 | 11 | 1011010 | 100110 |
Color Harmonies of #B9120A
Complementary color
Monochromatic Colors of #B9120A
Black with #B9120A
Text Example
Text Example
White with #B9120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9120A; }
p { color: rgb(185,18,10); }
H1.HeaderClassName
{
color: #B9120A;
}
.AnyTagClassName
{
color: #B9120A;
}
</style>
background-color css
<style>
a { background-color: #B9120A; }
a { background-color: rgb(185,18,10); }
div.DivClassName
{
background-color: #B9120A;
}
.BgClassName
{
background-color: #B9120A;
}
</style>
border-color css
<style>
span { border-color: #B9120A; }
span { border-color: rgb(185,18,10); }
td.TdClassName
{
border-color: #B9120A;
}
.TagClassName
{
border-color: #B9120A;
}
</style>