Shades of Free Speech Red #B9100A
Tints of Free Speech Red #B9100A
RGB
CMYK
RGB Variations
Color information
#B9100A (or 0xB9100A) is known color: Free Speech Red. HEX triplet: B9, 10 and 0A. RGB value is (185,16,10). Sum of RGB (Red+Green+Blue) = 185+16+10=211 (27% of max value = 765). Red value is 185 (72.66% from 255 or 87.68% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 185 - color contains mainly: red. Hex color #B9100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9100A is #46EFF5. Grayscale: #424242. Windows color (decimal): -4648950 or 659641. OLE color: 659641.
HSL color Cylindrical-coordinate representation of color #B9100A: hue angle of 2.06º 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 #B9100A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.27 |
| HSL | 2.06º | 0.9% | 0.38% | - |
| HSV(B) | 2.06º | 0.95% | 0.73% | - |
| XYZ | 20.25 | 10.71 | 1.29 | - |
| YUV | 65.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 10 | 0 | 0.91 | 0.95 | 0.27 | 2.06 | 0.9 | 0.38 |
| Hex | B9 | 10 | A | 0 | 5B | 5F | 1B | 2 | 5A | 26 |
| Octal | 271 | 20 | 12 | 0 | 133 | 137 | 33 | 2 | 132 | 46 |
| Binary | 10111001 | 10000 | 1010 | 0 | 1011011 | 1011111 | 11011 | 10 | 1011010 | 100110 |
Color Harmonies of #B9100A
Complementary color
Monochromatic Colors of #B9100A
Black with #B9100A
Text Example
Text Example
White with #B9100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9100A; }
p { color: rgb(185,16,10); }
H1.HeaderClassName
{
color: #B9100A;
}
.AnyTagClassName
{
color: #B9100A;
}
</style>
background-color css
<style>
a { background-color: #B9100A; }
a { background-color: rgb(185,16,10); }
div.DivClassName
{
background-color: #B9100A;
}
.BgClassName
{
background-color: #B9100A;
}
</style>
border-color css
<style>
span { border-color: #B9100A; }
span { border-color: rgb(185,16,10); }
td.TdClassName
{
border-color: #B9100A;
}
.TagClassName
{
border-color: #B9100A;
}
</style>