Shades of Free Speech Red #BD0A00
Tints of Free Speech Red #BD0A00
RGB
CMYK
RGB Variations
Color information
#BD0A00 (or 0xBD0A00) is known color: Free Speech Red. HEX triplet: BD, 0A and 00. RGB value is (189,10,0). Sum of RGB (Red+Green+Blue) = 189+10+0=199 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.97% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A00 is #42F5FF. Grayscale: #3E3E3E. Windows color (decimal): -4388352 or 2749. OLE color: 2749.
HSL color Cylindrical-coordinate representation of color #BD0A00: hue angle of 3.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.26 |
| HSL | 3.17º | 1% | 0.37% | - |
| HSV(B) | 3.17º | 1% | 0.74% | - |
| XYZ | 21.09 | 11.04 | 1.02 | - |
| YUV | 62.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 0 | 0 | 0.95 | 1 | 0.26 | 3.17 | 1 | 0.37 |
| Hex | BD | A | 0 | 0 | 5F | 64 | 1A | 3 | 64 | 25 |
| Octal | 275 | 12 | 0 | 0 | 137 | 144 | 32 | 3 | 144 | 45 |
| Binary | 10111101 | 1010 | 0 | 0 | 1011111 | 1100100 | 11010 | 11 | 1100100 | 100101 |
Color Harmonies of #BD0A00
Complementary color
Monochromatic Colors of #BD0A00
Black with #BD0A00
Text Example
Text Example
White with #BD0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A00; }
p { color: rgb(189,10,0); }
H1.HeaderClassName
{
color: #BD0A00;
}
.AnyTagClassName
{
color: #BD0A00;
}
</style>
background-color css
<style>
a { background-color: #BD0A00; }
a { background-color: rgb(189,10,0); }
div.DivClassName
{
background-color: #BD0A00;
}
.BgClassName
{
background-color: #BD0A00;
}
</style>
border-color css
<style>
span { border-color: #BD0A00; }
span { border-color: rgb(189,10,0); }
td.TdClassName
{
border-color: #BD0A00;
}
.TagClassName
{
border-color: #BD0A00;
}
</style>