Shades of Free Speech Red #BD0803
Tints of Free Speech Red #BD0803
RGB
CMYK
RGB Variations
Color information
#BD0803 (or 0xBD0803) is known color: Free Speech Red. HEX triplet: BD, 08 and 03. RGB value is (189,8,3). Sum of RGB (Red+Green+Blue) = 189+8+3=200 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0803 is #42F7FC. Grayscale: #3D3D3D. Windows color (decimal): -4388861 or 198845. OLE color: 198845.
HSL color Cylindrical-coordinate representation of color #BD0803: hue angle of 1.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0803 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.26 |
| HSL | 1.61º | 0.97% | 0.38% | - |
| HSV(B) | 1.61º | 0.98% | 0.74% | - |
| XYZ | 21.09 | 11 | 1.1 | - |
| YUV | 61.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 3 | 0 | 0.96 | 0.98 | 0.26 | 1.61 | 0.97 | 0.38 |
| Hex | BD | 8 | 3 | 0 | 60 | 62 | 1A | 2 | 61 | 26 |
| Octal | 275 | 10 | 3 | 0 | 140 | 142 | 32 | 2 | 141 | 46 |
| Binary | 10111101 | 1000 | 11 | 0 | 1100000 | 1100010 | 11010 | 10 | 1100001 | 100110 |
Color Harmonies of #BD0803
Complementary color
Monochromatic Colors of #BD0803
Black with #BD0803
Text Example
Text Example
White with #BD0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0803; }
p { color: rgb(189,8,3); }
H1.HeaderClassName
{
color: #BD0803;
}
.AnyTagClassName
{
color: #BD0803;
}
</style>
background-color css
<style>
a { background-color: #BD0803; }
a { background-color: rgb(189,8,3); }
div.DivClassName
{
background-color: #BD0803;
}
.BgClassName
{
background-color: #BD0803;
}
</style>
border-color css
<style>
span { border-color: #BD0803; }
span { border-color: rgb(189,8,3); }
td.TdClassName
{
border-color: #BD0803;
}
.TagClassName
{
border-color: #BD0803;
}
</style>