Shades of Free Speech Red #BD0F05
Tints of Free Speech Red #BD0F05
RGB
CMYK
RGB Variations
Color information
#BD0F05 (or 0xBD0F05) is known color: Free Speech Red. HEX triplet: BD, 0F and 05. RGB value is (189,15,5). Sum of RGB (Red+Green+Blue) = 189+15+5=209 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.43% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0F05 is #42F0FA. Grayscale: #424242. Windows color (decimal): -4387067 or 331709. OLE color: 331709.
HSL color Cylindrical-coordinate representation of color #BD0F05: hue angle of 3.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0F05 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 5 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.26 |
| HSL | 3.26º | 0.95% | 0.38% | - |
| HSV(B) | 3.26º | 0.97% | 0.74% | - |
| XYZ | 21.18 | 11.17 | 1.18 | - |
| YUV | 65.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 5 | 0 | 0.92 | 0.97 | 0.26 | 3.26 | 0.95 | 0.38 |
| Hex | BD | F | 5 | 0 | 5C | 61 | 1A | 3 | 5F | 26 |
| Octal | 275 | 17 | 5 | 0 | 134 | 141 | 32 | 3 | 137 | 46 |
| Binary | 10111101 | 1111 | 101 | 0 | 1011100 | 1100001 | 11010 | 11 | 1011111 | 100110 |
Color Harmonies of #BD0F05
Complementary color
Monochromatic Colors of #BD0F05
Black with #BD0F05
Text Example
Text Example
White with #BD0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F05; }
p { color: rgb(189,15,5); }
H1.HeaderClassName
{
color: #BD0F05;
}
.AnyTagClassName
{
color: #BD0F05;
}
</style>
background-color css
<style>
a { background-color: #BD0F05; }
a { background-color: rgb(189,15,5); }
div.DivClassName
{
background-color: #BD0F05;
}
.BgClassName
{
background-color: #BD0F05;
}
</style>
border-color css
<style>
span { border-color: #BD0F05; }
span { border-color: rgb(189,15,5); }
td.TdClassName
{
border-color: #BD0F05;
}
.TagClassName
{
border-color: #BD0F05;
}
</style>