Shades of Free Speech Red #BD0501
Tints of Free Speech Red #BD0501
RGB
CMYK
RGB Variations
Color information
#BD0501 (or 0xBD0501) is known color: Free Speech Red. HEX triplet: BD, 05 and 01. RGB value is (189,5,1). Sum of RGB (Red+Green+Blue) = 189+5+1=195 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.92% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0501 is #42FAFE. Grayscale: #3B3B3B. Windows color (decimal): -4389631 or 67005. OLE color: 67005.
HSL color Cylindrical-coordinate representation of color #BD0501: hue angle of 1.28º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.26 |
| HSL | 1.28º | 0.99% | 0.37% | - |
| HSV(B) | 1.28º | 0.99% | 0.74% | - |
| XYZ | 21.05 | 10.93 | 1.03 | - |
| YUV | 59.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 1 | 0 | 0.97 | 0.99 | 0.26 | 1.28 | 0.99 | 0.37 |
| Hex | BD | 5 | 1 | 0 | 61 | 63 | 1A | 1 | 63 | 25 |
| Octal | 275 | 5 | 1 | 0 | 141 | 143 | 32 | 1 | 143 | 45 |
| Binary | 10111101 | 101 | 1 | 0 | 1100001 | 1100011 | 11010 | 1 | 1100011 | 100101 |
Color Harmonies of #BD0501
Complementary color
Monochromatic Colors of #BD0501
Black with #BD0501
Text Example
Text Example
White with #BD0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0501; }
p { color: rgb(189,5,1); }
H1.HeaderClassName
{
color: #BD0501;
}
.AnyTagClassName
{
color: #BD0501;
}
</style>
background-color css
<style>
a { background-color: #BD0501; }
a { background-color: rgb(189,5,1); }
div.DivClassName
{
background-color: #BD0501;
}
.BgClassName
{
background-color: #BD0501;
}
</style>
border-color css
<style>
span { border-color: #BD0501; }
span { border-color: rgb(189,5,1); }
td.TdClassName
{
border-color: #BD0501;
}
.TagClassName
{
border-color: #BD0501;
}
</style>