Shades of Free Speech Red #B30100
Tints of Free Speech Red #B30100
RGB
CMYK
RGB Variations
Color information
#B30100 (or 0xB30100) is known color: Free Speech Red. HEX triplet: B3, 01 and 00. RGB value is (179,1,0). Sum of RGB (Red+Green+Blue) = 179+1+0=180 (23% of max value = 765). Red value is 179 (70.31% from 255 or 99.44% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 179 - color contains mainly: red. Hex color #B30100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30100 is #4CFEFF. Grayscale: #363636. Windows color (decimal): -5046016 or 435. OLE color: 435.
HSL color Cylindrical-coordinate representation of color #B30100: hue angle of 0.34º 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 #B30100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.30 |
| HSL | 0.34º | 1% | 0.35% | - |
| HSV(B) | 0.34º | 1% | 0.7% | - |
| XYZ | 18.6 | 9.61 | 0.87 | - |
| YUV | 54.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 0 | 0 | 0.99 | 1 | 0.30 | 0.34 | 1 | 0.35 |
| Hex | B3 | 1 | 0 | 0 | 63 | 64 | 1E | 0 | 64 | 23 |
| Octal | 263 | 1 | 0 | 0 | 143 | 144 | 36 | 0 | 144 | 43 |
| Binary | 10110011 | 1 | 0 | 0 | 1100011 | 1100100 | 11110 | 0 | 1100100 | 100011 |
Color Harmonies of #B30100
Complementary color
Monochromatic Colors of #B30100
Black with #B30100
Text Example
Text Example
White with #B30100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30100; }
p { color: rgb(179,1,0); }
H1.HeaderClassName
{
color: #B30100;
}
.AnyTagClassName
{
color: #B30100;
}
</style>
background-color css
<style>
a { background-color: #B30100; }
a { background-color: rgb(179,1,0); }
div.DivClassName
{
background-color: #B30100;
}
.BgClassName
{
background-color: #B30100;
}
</style>
border-color css
<style>
span { border-color: #B30100; }
span { border-color: rgb(179,1,0); }
td.TdClassName
{
border-color: #B30100;
}
.TagClassName
{
border-color: #B30100;
}
</style>