Shades of Free Speech Red #B30C02
Tints of Free Speech Red #B30C02
RGB
CMYK
RGB Variations
Color information
#B30C02 (or 0xB30C02) is known color: Free Speech Red. HEX triplet: B3, 0C and 02. RGB value is (179,12,2). Sum of RGB (Red+Green+Blue) = 179+12+2=193 (25% of max value = 765). Red value is 179 (70.31% from 255 or 92.75% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C02 is #4CF3FD. Grayscale: #3C3C3C. Windows color (decimal): -5043198 or 134323. OLE color: 134323.
HSL color Cylindrical-coordinate representation of color #B30C02: hue angle of 3.39º degrees, saturation: 0.98, 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 #B30C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.30 |
| HSL | 3.39º | 0.98% | 0.35% | - |
| HSV(B) | 3.39º | 0.99% | 0.7% | - |
| XYZ | 18.73 | 9.85 | 0.97 | - |
| YUV | 60.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 2 | 0 | 0.93 | 0.99 | 0.30 | 3.39 | 0.98 | 0.35 |
| Hex | B3 | C | 2 | 0 | 5D | 63 | 1E | 3 | 62 | 23 |
| Octal | 263 | 14 | 2 | 0 | 135 | 143 | 36 | 3 | 142 | 43 |
| Binary | 10110011 | 1100 | 10 | 0 | 1011101 | 1100011 | 11110 | 11 | 1100010 | 100011 |
Color Harmonies of #B30C02
Complementary color
Monochromatic Colors of #B30C02
Black with #B30C02
Text Example
Text Example
White with #B30C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C02; }
p { color: rgb(179,12,2); }
H1.HeaderClassName
{
color: #B30C02;
}
.AnyTagClassName
{
color: #B30C02;
}
</style>
background-color css
<style>
a { background-color: #B30C02; }
a { background-color: rgb(179,12,2); }
div.DivClassName
{
background-color: #B30C02;
}
.BgClassName
{
background-color: #B30C02;
}
</style>
border-color css
<style>
span { border-color: #B30C02; }
span { border-color: rgb(179,12,2); }
td.TdClassName
{
border-color: #B30C02;
}
.TagClassName
{
border-color: #B30C02;
}
</style>