Shades of Free Speech Red #B30900
Tints of Free Speech Red #B30900
RGB
CMYK
RGB Variations
Color information
#B30900 (or 0xB30900) is known color: Free Speech Red. HEX triplet: B3, 09 and 00. RGB value is (179,9,0). Sum of RGB (Red+Green+Blue) = 179+9+0=188 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.21% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 179 - color contains mainly: red. Hex color #B30900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30900 is #4CF6FF. Grayscale: #3B3B3B. Windows color (decimal): -5043968 or 2483. OLE color: 2483.
HSL color Cylindrical-coordinate representation of color #B30900: hue angle of 3.02º 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 #B30900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.30 |
| HSL | 3.02º | 1% | 0.35% | - |
| HSV(B) | 3.02º | 1% | 0.7% | - |
| XYZ | 18.69 | 9.78 | 0.9 | - |
| YUV | 58.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 0 | 0 | 0.95 | 1 | 0.30 | 3.02 | 1 | 0.35 |
| Hex | B3 | 9 | 0 | 0 | 5F | 64 | 1E | 3 | 64 | 23 |
| Octal | 263 | 11 | 0 | 0 | 137 | 144 | 36 | 3 | 144 | 43 |
| Binary | 10110011 | 1001 | 0 | 0 | 1011111 | 1100100 | 11110 | 11 | 1100100 | 100011 |
Color Harmonies of #B30900
Complementary color
Monochromatic Colors of #B30900
Black with #B30900
Text Example
Text Example
White with #B30900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30900; }
p { color: rgb(179,9,0); }
H1.HeaderClassName
{
color: #B30900;
}
.AnyTagClassName
{
color: #B30900;
}
</style>
background-color css
<style>
a { background-color: #B30900; }
a { background-color: rgb(179,9,0); }
div.DivClassName
{
background-color: #B30900;
}
.BgClassName
{
background-color: #B30900;
}
</style>
border-color css
<style>
span { border-color: #B30900; }
span { border-color: rgb(179,9,0); }
td.TdClassName
{
border-color: #B30900;
}
.TagClassName
{
border-color: #B30900;
}
</style>