Shades of Free Speech Red #BD0D0C
Tints of Free Speech Red #BD0D0C
RGB
CMYK
RGB Variations
Color information
#BD0D0C (or 0xBD0D0C) is known color: Free Speech Red. HEX triplet: BD, 0D and 0C. RGB value is (189,13,12). Sum of RGB (Red+Green+Blue) = 189+13+12=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0D0C is #42F2F3. Grayscale: #414141. Windows color (decimal): -4387572 or 789949. OLE color: 789949.
HSL color Cylindrical-coordinate representation of color #BD0D0C: hue angle of 0.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0D0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 12 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.26 |
| HSL | 0.34º | 0.88% | 0.39% | - |
| HSV(B) | 0.34º | 0.94% | 0.74% | - |
| XYZ | 21.2 | 11.13 | 1.38 | - |
| YUV | 65.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 12 | 0 | 0.93 | 0.94 | 0.26 | 0.34 | 0.88 | 0.39 |
| Hex | BD | D | C | 0 | 5D | 5E | 1A | 0 | 58 | 27 |
| Octal | 275 | 15 | 14 | 0 | 135 | 136 | 32 | 0 | 130 | 47 |
| Binary | 10111101 | 1101 | 1100 | 0 | 1011101 | 1011110 | 11010 | 0 | 1011000 | 100111 |
Color Harmonies of #BD0D0C
Complementary color
Monochromatic Colors of #BD0D0C
Black with #BD0D0C
Text Example
Text Example
White with #BD0D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D0C; }
p { color: rgb(189,13,12); }
H1.HeaderClassName
{
color: #BD0D0C;
}
.AnyTagClassName
{
color: #BD0D0C;
}
</style>
background-color css
<style>
a { background-color: #BD0D0C; }
a { background-color: rgb(189,13,12); }
div.DivClassName
{
background-color: #BD0D0C;
}
.BgClassName
{
background-color: #BD0D0C;
}
</style>
border-color css
<style>
span { border-color: #BD0D0C; }
span { border-color: rgb(189,13,12); }
td.TdClassName
{
border-color: #BD0D0C;
}
.TagClassName
{
border-color: #BD0D0C;
}
</style>