Shades of Free Speech Red #B91D00
Tints of Free Speech Red #B91D00
RGB
CMYK
RGB Variations
Color information
#B91D00 (or 0xB91D00) is known color: Free Speech Red. HEX triplet: B9, 1D and 00. RGB value is (185,29,0). Sum of RGB (Red+Green+Blue) = 185+29+0=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D00 is #46E2FF. Grayscale: #484848. Windows color (decimal): -4645632 or 7609. OLE color: 7609.
HSL color Cylindrical-coordinate representation of color #B91D00: hue angle of 9.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B91D00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.27 |
| HSL | 9.41º | 1% | 0.36% | - |
| HSV(B) | 9.41º | 1% | 0.73% | - |
| XYZ | 20.45 | 11.19 | 1.08 | - |
| YUV | 72.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 0 | 0 | 0.84 | 1 | 0.27 | 9.41 | 1 | 0.36 |
| Hex | B9 | 1D | 0 | 0 | 54 | 64 | 1B | 9 | 64 | 24 |
| Octal | 271 | 35 | 0 | 0 | 124 | 144 | 33 | 11 | 144 | 44 |
| Binary | 10111001 | 11101 | 0 | 0 | 1010100 | 1100100 | 11011 | 1001 | 1100100 | 100100 |
Color Harmonies of #B91D00
Complementary color
Monochromatic Colors of #B91D00
Black with #B91D00
Text Example
Text Example
White with #B91D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D00; }
p { color: rgb(185,29,0); }
H1.HeaderClassName
{
color: #B91D00;
}
.AnyTagClassName
{
color: #B91D00;
}
</style>
background-color css
<style>
a { background-color: #B91D00; }
a { background-color: rgb(185,29,0); }
div.DivClassName
{
background-color: #B91D00;
}
.BgClassName
{
background-color: #B91D00;
}
</style>
border-color css
<style>
span { border-color: #B91D00; }
span { border-color: rgb(185,29,0); }
td.TdClassName
{
border-color: #B91D00;
}
.TagClassName
{
border-color: #B91D00;
}
</style>