Shades of Free Speech Red #BD1200
Tints of Free Speech Red #BD1200
RGB
CMYK
RGB Variations
Color information
#BD1200 (or 0xBD1200) is known color: Free Speech Red. HEX triplet: BD, 12 and 00. RGB value is (189,18,0). Sum of RGB (Red+Green+Blue) = 189+18+0=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1200 is #42EDFF. Grayscale: #434343. Windows color (decimal): -4386304 or 4797. OLE color: 4797.
HSL color Cylindrical-coordinate representation of color #BD1200: hue angle of 5.71º 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 #BD1200 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.26 |
| HSL | 5.71º | 1% | 0.37% | - |
| HSV(B) | 5.71º | 1% | 0.74% | - |
| XYZ | 21.2 | 11.25 | 1.05 | - |
| YUV | 67.08 | 90.15 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 0 | 0 | 0.90 | 1 | 0.26 | 5.71 | 1 | 0.37 |
| Hex | BD | 12 | 0 | 0 | 5A | 64 | 1A | 6 | 64 | 25 |
| Octal | 275 | 22 | 0 | 0 | 132 | 144 | 32 | 6 | 144 | 45 |
| Binary | 10111101 | 10010 | 0 | 0 | 1011010 | 1100100 | 11010 | 110 | 1100100 | 100101 |
Color Harmonies of #BD1200
Complementary color
Monochromatic Colors of #BD1200
Black with #BD1200
Text Example
Text Example
White with #BD1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1200; }
p { color: rgb(189,18,0); }
H1.HeaderClassName
{
color: #BD1200;
}
.AnyTagClassName
{
color: #BD1200;
}
</style>
background-color css
<style>
a { background-color: #BD1200; }
a { background-color: rgb(189,18,0); }
div.DivClassName
{
background-color: #BD1200;
}
.BgClassName
{
background-color: #BD1200;
}
</style>
border-color css
<style>
span { border-color: #BD1200; }
span { border-color: rgb(189,18,0); }
td.TdClassName
{
border-color: #BD1200;
}
.TagClassName
{
border-color: #BD1200;
}
</style>