Shades of Free Speech Red #B30C04
Tints of Free Speech Red #B30C04
RGB
CMYK
RGB Variations
Color information
#B30C04 (or 0xB30C04) is known color: Free Speech Red. HEX triplet: B3, 0C and 04. RGB value is (179,12,4). Sum of RGB (Red+Green+Blue) = 179+12+4=195 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.79% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C04 is #4CF3FB. Grayscale: #3D3D3D. Windows color (decimal): -5043196 or 265395. OLE color: 265395.
HSL color Cylindrical-coordinate representation of color #B30C04: hue angle of 2.74º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30C04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.30 |
| HSL | 2.74º | 0.96% | 0.36% | - |
| HSV(B) | 2.74º | 0.98% | 0.7% | - |
| XYZ | 18.74 | 9.86 | 1.03 | - |
| YUV | 61.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 4 | 0 | 0.93 | 0.98 | 0.30 | 2.74 | 0.96 | 0.36 |
| Hex | B3 | C | 4 | 0 | 5D | 62 | 1E | 3 | 60 | 24 |
| Octal | 263 | 14 | 4 | 0 | 135 | 142 | 36 | 3 | 140 | 44 |
| Binary | 10110011 | 1100 | 100 | 0 | 1011101 | 1100010 | 11110 | 11 | 1100000 | 100100 |
Color Harmonies of #B30C04
Complementary color
Monochromatic Colors of #B30C04
Black with #B30C04
Text Example
Text Example
White with #B30C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C04; }
p { color: rgb(179,12,4); }
H1.HeaderClassName
{
color: #B30C04;
}
.AnyTagClassName
{
color: #B30C04;
}
</style>
background-color css
<style>
a { background-color: #B30C04; }
a { background-color: rgb(179,12,4); }
div.DivClassName
{
background-color: #B30C04;
}
.BgClassName
{
background-color: #B30C04;
}
</style>
border-color css
<style>
span { border-color: #B30C04; }
span { border-color: rgb(179,12,4); }
td.TdClassName
{
border-color: #B30C04;
}
.TagClassName
{
border-color: #B30C04;
}
</style>