Shades of Free Speech Red #B30D0D
Tints of Free Speech Red #B30D0D
RGB
CMYK
RGB Variations
Color information
#B30D0D (or 0xB30D0D) is known color: Free Speech Red. HEX triplet: B3, 0D and 0D. RGB value is (179,13,13). Sum of RGB (Red+Green+Blue) = 179+13+13=205 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.32% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30D0D is #4CF2F2. Grayscale: #3E3E3E. Windows color (decimal): -5042931 or 855475. OLE color: 855475.
HSL color Cylindrical-coordinate representation of color #B30D0D: hue angle of 0º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 13 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.30 |
| HSL | 0º | 0.86% | 0.38% | - |
| HSV(B) | 0º | 0.93% | 0.7% | - |
| XYZ | 18.81 | 9.9 | 1.3 | - |
| YUV | 62.63 | 100 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 13 | 0 | 0.93 | 0.93 | 0.30 | 0 | 0.86 | 0.38 |
| Hex | B3 | D | D | 0 | 5D | 5D | 1E | 0 | 56 | 26 |
| Octal | 263 | 15 | 15 | 0 | 135 | 135 | 36 | 0 | 126 | 46 |
| Binary | 10110011 | 1101 | 1101 | 0 | 1011101 | 1011101 | 11110 | 0 | 1010110 | 100110 |
Color Harmonies of #B30D0D
Complementary color
Monochromatic Colors of #B30D0D
Black with #B30D0D
Text Example
Text Example
White with #B30D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D0D; }
p { color: rgb(179,13,13); }
H1.HeaderClassName
{
color: #B30D0D;
}
.AnyTagClassName
{
color: #B30D0D;
}
</style>
background-color css
<style>
a { background-color: #B30D0D; }
a { background-color: rgb(179,13,13); }
div.DivClassName
{
background-color: #B30D0D;
}
.BgClassName
{
background-color: #B30D0D;
}
</style>
border-color css
<style>
span { border-color: #B30D0D; }
span { border-color: rgb(179,13,13); }
td.TdClassName
{
border-color: #B30D0D;
}
.TagClassName
{
border-color: #B30D0D;
}
</style>