Shades of Free Speech Red #B30A00
Tints of Free Speech Red #B30A00
RGB
CMYK
RGB Variations
Color information
#B30A00 (or 0xB30A00) is known color: Free Speech Red. HEX triplet: B3, 0A and 00. RGB value is (179,10,0). Sum of RGB (Red+Green+Blue) = 179+10+0=189 (25% of max value = 765). Red value is 179 (70.31% from 255 or 94.71% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30A00 is #4CF5FF. Grayscale: #3B3B3B. Windows color (decimal): -5043712 or 2739. OLE color: 2739.
HSL color Cylindrical-coordinate representation of color #B30A00: hue angle of 3.35º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.30 |
| HSL | 3.35º | 1% | 0.35% | - |
| HSV(B) | 3.35º | 1% | 0.7% | - |
| XYZ | 18.7 | 9.8 | 0.91 | - |
| YUV | 59.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 0 | 0 | 0.94 | 1 | 0.30 | 3.35 | 1 | 0.35 |
| Hex | B3 | A | 0 | 0 | 5E | 64 | 1E | 3 | 64 | 23 |
| Octal | 263 | 12 | 0 | 0 | 136 | 144 | 36 | 3 | 144 | 43 |
| Binary | 10110011 | 1010 | 0 | 0 | 1011110 | 1100100 | 11110 | 11 | 1100100 | 100011 |
Color Harmonies of #B30A00
Complementary color
Monochromatic Colors of #B30A00
Black with #B30A00
Text Example
Text Example
White with #B30A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A00; }
p { color: rgb(179,10,0); }
H1.HeaderClassName
{
color: #B30A00;
}
.AnyTagClassName
{
color: #B30A00;
}
</style>
background-color css
<style>
a { background-color: #B30A00; }
a { background-color: rgb(179,10,0); }
div.DivClassName
{
background-color: #B30A00;
}
.BgClassName
{
background-color: #B30A00;
}
</style>
border-color css
<style>
span { border-color: #B30A00; }
span { border-color: rgb(179,10,0); }
td.TdClassName
{
border-color: #B30A00;
}
.TagClassName
{
border-color: #B30A00;
}
</style>