Shades of Free Speech Red #B90A00
Tints of Free Speech Red #B90A00
RGB
CMYK
RGB Variations
Color information
#B90A00 (or 0xB90A00) is known color: Free Speech Red. HEX triplet: B9, 0A and 00. RGB value is (185,10,0). Sum of RGB (Red+Green+Blue) = 185+10+0=195 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.87% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90A00 is #46F5FF. Grayscale: #3D3D3D. Windows color (decimal): -4650496 or 2745. OLE color: 2745.
HSL color Cylindrical-coordinate representation of color #B90A00: hue angle of 3.24º 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 #B90A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.27 |
| HSL | 3.24º | 1% | 0.36% | - |
| HSV(B) | 3.24º | 1% | 0.73% | - |
| XYZ | 20.12 | 10.53 | 0.97 | - |
| YUV | 61.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 0 | 0 | 0.95 | 1 | 0.27 | 3.24 | 1 | 0.36 |
| Hex | B9 | A | 0 | 0 | 5F | 64 | 1B | 3 | 64 | 24 |
| Octal | 271 | 12 | 0 | 0 | 137 | 144 | 33 | 3 | 144 | 44 |
| Binary | 10111001 | 1010 | 0 | 0 | 1011111 | 1100100 | 11011 | 11 | 1100100 | 100100 |
Color Harmonies of #B90A00
Complementary color
Monochromatic Colors of #B90A00
Black with #B90A00
Text Example
Text Example
White with #B90A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90A00; }
p { color: rgb(185,10,0); }
H1.HeaderClassName
{
color: #B90A00;
}
.AnyTagClassName
{
color: #B90A00;
}
</style>
background-color css
<style>
a { background-color: #B90A00; }
a { background-color: rgb(185,10,0); }
div.DivClassName
{
background-color: #B90A00;
}
.BgClassName
{
background-color: #B90A00;
}
</style>
border-color css
<style>
span { border-color: #B90A00; }
span { border-color: rgb(185,10,0); }
td.TdClassName
{
border-color: #B90A00;
}
.TagClassName
{
border-color: #B90A00;
}
</style>