Shades of Free Speech Red #B3120A
Tints of Free Speech Red #B3120A
RGB
CMYK
RGB Variations
Color information
#B3120A (or 0xB3120A) is known color: Free Speech Red. HEX triplet: B3, 12 and 0A. RGB value is (179,18,10). Sum of RGB (Red+Green+Blue) = 179+18+10=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B3120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3120A is #4CEDF5. Grayscale: #414141. Windows color (decimal): -5041654 or 660147. OLE color: 660147.
HSL color Cylindrical-coordinate representation of color #B3120A: hue angle of 2.84º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3120A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.30 |
| HSL | 2.84º | 0.89% | 0.37% | - |
| HSV(B) | 2.84º | 0.94% | 0.7% | - |
| XYZ | 18.86 | 10.04 | 1.23 | - |
| YUV | 65.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 10 | 0 | 0.90 | 0.94 | 0.30 | 2.84 | 0.89 | 0.37 |
| Hex | B3 | 12 | A | 0 | 5A | 5E | 1E | 3 | 59 | 25 |
| Octal | 263 | 22 | 12 | 0 | 132 | 136 | 36 | 3 | 131 | 45 |
| Binary | 10110011 | 10010 | 1010 | 0 | 1011010 | 1011110 | 11110 | 11 | 1011001 | 100101 |
Color Harmonies of #B3120A
Complementary color
Monochromatic Colors of #B3120A
Black with #B3120A
Text Example
Text Example
White with #B3120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3120A; }
p { color: rgb(179,18,10); }
H1.HeaderClassName
{
color: #B3120A;
}
.AnyTagClassName
{
color: #B3120A;
}
</style>
background-color css
<style>
a { background-color: #B3120A; }
a { background-color: rgb(179,18,10); }
div.DivClassName
{
background-color: #B3120A;
}
.BgClassName
{
background-color: #B3120A;
}
</style>
border-color css
<style>
span { border-color: #B3120A; }
span { border-color: rgb(179,18,10); }
td.TdClassName
{
border-color: #B3120A;
}
.TagClassName
{
border-color: #B3120A;
}
</style>