Shades of Free Speech Red #B30C01
Tints of Free Speech Red #B30C01
RGB
CMYK
RGB Variations
Color information
#B30C01 (or 0xB30C01) is known color: Free Speech Red. HEX triplet: B3, 0C and 01. RGB value is (179,12,1). Sum of RGB (Red+Green+Blue) = 179+12+1=192 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.23% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C01 is #4CF3FE. Grayscale: #3C3C3C. Windows color (decimal): -5043199 or 68787. OLE color: 68787.
HSL color Cylindrical-coordinate representation of color #B30C01: hue angle of 3.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.30 |
| HSL | 3.71º | 0.99% | 0.35% | - |
| HSV(B) | 3.71º | 0.99% | 0.7% | - |
| XYZ | 18.73 | 9.85 | 0.94 | - |
| YUV | 60.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 1 | 0 | 0.93 | 0.99 | 0.30 | 3.71 | 0.99 | 0.35 |
| Hex | B3 | C | 1 | 0 | 5D | 63 | 1E | 4 | 63 | 23 |
| Octal | 263 | 14 | 1 | 0 | 135 | 143 | 36 | 4 | 143 | 43 |
| Binary | 10110011 | 1100 | 1 | 0 | 1011101 | 1100011 | 11110 | 100 | 1100011 | 100011 |
Color Harmonies of #B30C01
Complementary color
Monochromatic Colors of #B30C01
Black with #B30C01
Text Example
Text Example
White with #B30C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C01; }
p { color: rgb(179,12,1); }
H1.HeaderClassName
{
color: #B30C01;
}
.AnyTagClassName
{
color: #B30C01;
}
</style>
background-color css
<style>
a { background-color: #B30C01; }
a { background-color: rgb(179,12,1); }
div.DivClassName
{
background-color: #B30C01;
}
.BgClassName
{
background-color: #B30C01;
}
</style>
border-color css
<style>
span { border-color: #B30C01; }
span { border-color: rgb(179,12,1); }
td.TdClassName
{
border-color: #B30C01;
}
.TagClassName
{
border-color: #B30C01;
}
</style>