Shades of Free Speech Red #B90C01
Tints of Free Speech Red #B90C01
RGB
CMYK
RGB Variations
Color information
#B90C01 (or 0xB90C01) is known color: Free Speech Red. HEX triplet: B9, 0C and 01. RGB value is (185,12,1). Sum of RGB (Red+Green+Blue) = 185+12+1=198 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.43% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C01 is #46F3FE. Grayscale: #3E3E3E. Windows color (decimal): -4649983 or 68793. OLE color: 68793.
HSL color Cylindrical-coordinate representation of color #B90C01: hue angle of 3.59º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90C01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.27 |
| HSL | 3.59º | 0.99% | 0.36% | - |
| HSV(B) | 3.59º | 0.99% | 0.73% | - |
| XYZ | 20.14 | 10.58 | 1.01 | - |
| YUV | 62.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 1 | 0 | 0.94 | 0.99 | 0.27 | 3.59 | 0.99 | 0.36 |
| Hex | B9 | C | 1 | 0 | 5E | 63 | 1B | 4 | 63 | 24 |
| Octal | 271 | 14 | 1 | 0 | 136 | 143 | 33 | 4 | 143 | 44 |
| Binary | 10111001 | 1100 | 1 | 0 | 1011110 | 1100011 | 11011 | 100 | 1100011 | 100100 |
Color Harmonies of #B90C01
Complementary color
Monochromatic Colors of #B90C01
Black with #B90C01
Text Example
Text Example
White with #B90C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C01; }
p { color: rgb(185,12,1); }
H1.HeaderClassName
{
color: #B90C01;
}
.AnyTagClassName
{
color: #B90C01;
}
</style>
background-color css
<style>
a { background-color: #B90C01; }
a { background-color: rgb(185,12,1); }
div.DivClassName
{
background-color: #B90C01;
}
.BgClassName
{
background-color: #B90C01;
}
</style>
border-color css
<style>
span { border-color: #B90C01; }
span { border-color: rgb(185,12,1); }
td.TdClassName
{
border-color: #B90C01;
}
.TagClassName
{
border-color: #B90C01;
}
</style>