Shades of Free Speech Red #BD0505
Tints of Free Speech Red #BD0505
RGB
CMYK
RGB Variations
Color information
#BD0505 (or 0xBD0505) is known color: Free Speech Red. HEX triplet: BD, 05 and 05. RGB value is (189,5,5). Sum of RGB (Red+Green+Blue) = 189+5+5=199 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.97% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0505 is #42FAFA. Grayscale: #3C3C3C. Windows color (decimal): -4389627 or 329149. OLE color: 329149.
HSL color Cylindrical-coordinate representation of color #BD0505: hue angle of 0º 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 #BD0505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.26 |
| HSL | 0º | 0.95% | 0.38% | - |
| HSV(B) | 0º | 0.97% | 0.74% | - |
| XYZ | 21.07 | 10.94 | 1.14 | - |
| YUV | 60.02 | 96.96 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 5 | 0 | 0.97 | 0.97 | 0.26 | 0 | 0.95 | 0.38 |
| Hex | BD | 5 | 5 | 0 | 61 | 61 | 1A | 0 | 5F | 26 |
| Octal | 275 | 5 | 5 | 0 | 141 | 141 | 32 | 0 | 137 | 46 |
| Binary | 10111101 | 101 | 101 | 0 | 1100001 | 1100001 | 11010 | 0 | 1011111 | 100110 |
Color Harmonies of #BD0505
Complementary color
Monochromatic Colors of #BD0505
Black with #BD0505
Text Example
Text Example
White with #BD0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0505; }
p { color: rgb(189,5,5); }
H1.HeaderClassName
{
color: #BD0505;
}
.AnyTagClassName
{
color: #BD0505;
}
</style>
background-color css
<style>
a { background-color: #BD0505; }
a { background-color: rgb(189,5,5); }
div.DivClassName
{
background-color: #BD0505;
}
.BgClassName
{
background-color: #BD0505;
}
</style>
border-color css
<style>
span { border-color: #BD0505; }
span { border-color: rgb(189,5,5); }
td.TdClassName
{
border-color: #BD0505;
}
.TagClassName
{
border-color: #BD0505;
}
</style>