Shades of Free Speech Red #BD1010
Tints of Free Speech Red #BD1010
RGB
CMYK
RGB Variations
Color information
#BD1010 (or 0xBD1010) is known color: Free Speech Red. HEX triplet: BD, 10 and 10. RGB value is (189,16,16). Sum of RGB (Red+Green+Blue) = 189+16+16=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1010 is #42EFEF. Grayscale: #434343. Windows color (decimal): -4386800 or 1052861. OLE color: 1052861.
HSL color Cylindrical-coordinate representation of color #BD1010: hue angle of 0º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1010 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.26 |
| HSL | 0º | 0.84% | 0.4% | - |
| HSV(B) | 0º | 0.92% | 0.74% | - |
| XYZ | 21.27 | 11.23 | 1.54 | - |
| YUV | 67.73 | 98.81 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 16 | 0 | 0.92 | 0.92 | 0.26 | 0 | 0.84 | 0.4 |
| Hex | BD | 10 | 10 | 0 | 5C | 5C | 1A | 0 | 54 | 28 |
| Octal | 275 | 20 | 20 | 0 | 134 | 134 | 32 | 0 | 124 | 50 |
| Binary | 10111101 | 10000 | 10000 | 0 | 1011100 | 1011100 | 11010 | 0 | 1010100 | 101000 |
Color Harmonies of #BD1010
Complementary color
Monochromatic Colors of #BD1010
Black with #BD1010
Text Example
Text Example
White with #BD1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1010; }
p { color: rgb(189,16,16); }
H1.HeaderClassName
{
color: #BD1010;
}
.AnyTagClassName
{
color: #BD1010;
}
</style>
background-color css
<style>
a { background-color: #BD1010; }
a { background-color: rgb(189,16,16); }
div.DivClassName
{
background-color: #BD1010;
}
.BgClassName
{
background-color: #BD1010;
}
</style>
border-color css
<style>
span { border-color: #BD1010; }
span { border-color: rgb(189,16,16); }
td.TdClassName
{
border-color: #BD1010;
}
.TagClassName
{
border-color: #BD1010;
}
</style>