Shades of Free Speech Red #BD0C01
Tints of Free Speech Red #BD0C01
RGB
CMYK
RGB Variations
Color information
#BD0C01 (or 0xBD0C01) is known color: Free Speech Red. HEX triplet: BD, 0C and 01. RGB value is (189,12,1). Sum of RGB (Red+Green+Blue) = 189+12+1=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0C01 is #42F3FE. Grayscale: #3F3F3F. Windows color (decimal): -4387839 or 68797. OLE color: 68797.
HSL color Cylindrical-coordinate representation of color #BD0C01: hue angle of 3.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0C01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.26 |
| HSL | 3.51º | 0.99% | 0.37% | - |
| HSV(B) | 3.51º | 0.99% | 0.74% | - |
| XYZ | 21.12 | 11.08 | 1.05 | - |
| YUV | 63.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 1 | 0 | 0.94 | 0.99 | 0.26 | 3.51 | 0.99 | 0.37 |
| Hex | BD | C | 1 | 0 | 5E | 63 | 1A | 4 | 63 | 25 |
| Octal | 275 | 14 | 1 | 0 | 136 | 143 | 32 | 4 | 143 | 45 |
| Binary | 10111101 | 1100 | 1 | 0 | 1011110 | 1100011 | 11010 | 100 | 1100011 | 100101 |
Color Harmonies of #BD0C01
Complementary color
Monochromatic Colors of #BD0C01
Black with #BD0C01
Text Example
Text Example
White with #BD0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C01; }
p { color: rgb(189,12,1); }
H1.HeaderClassName
{
color: #BD0C01;
}
.AnyTagClassName
{
color: #BD0C01;
}
</style>
background-color css
<style>
a { background-color: #BD0C01; }
a { background-color: rgb(189,12,1); }
div.DivClassName
{
background-color: #BD0C01;
}
.BgClassName
{
background-color: #BD0C01;
}
</style>
border-color css
<style>
span { border-color: #BD0C01; }
span { border-color: rgb(189,12,1); }
td.TdClassName
{
border-color: #BD0C01;
}
.TagClassName
{
border-color: #BD0C01;
}
</style>