Shades of Free Speech Red #BD0800
Tints of Free Speech Red #BD0800
RGB
CMYK
RGB Variations
Color information
#BD0800 (or 0xBD0800) is known color: Free Speech Red. HEX triplet: BD, 08 and 00. RGB value is (189,8,0). Sum of RGB (Red+Green+Blue) = 189+8+0=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0800 is #42F7FF. Grayscale: #3D3D3D. Windows color (decimal): -4388864 or 2237. OLE color: 2237.
HSL color Cylindrical-coordinate representation of color #BD0800: hue angle of 2.54º 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 #BD0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.26 |
| HSL | 2.54º | 1% | 0.37% | - |
| HSV(B) | 2.54º | 1% | 0.74% | - |
| XYZ | 21.07 | 10.99 | 1.01 | - |
| YUV | 61.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 0 | 0 | 0.96 | 1 | 0.26 | 2.54 | 1 | 0.37 |
| Hex | BD | 8 | 0 | 0 | 60 | 64 | 1A | 3 | 64 | 25 |
| Octal | 275 | 10 | 0 | 0 | 140 | 144 | 32 | 3 | 144 | 45 |
| Binary | 10111101 | 1000 | 0 | 0 | 1100000 | 1100100 | 11010 | 11 | 1100100 | 100101 |
Color Harmonies of #BD0800
Complementary color
Monochromatic Colors of #BD0800
Black with #BD0800
Text Example
Text Example
White with #BD0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0800; }
p { color: rgb(189,8,0); }
H1.HeaderClassName
{
color: #BD0800;
}
.AnyTagClassName
{
color: #BD0800;
}
</style>
background-color css
<style>
a { background-color: #BD0800; }
a { background-color: rgb(189,8,0); }
div.DivClassName
{
background-color: #BD0800;
}
.BgClassName
{
background-color: #BD0800;
}
</style>
border-color css
<style>
span { border-color: #BD0800; }
span { border-color: rgb(189,8,0); }
td.TdClassName
{
border-color: #BD0800;
}
.TagClassName
{
border-color: #BD0800;
}
</style>