Shades of Free Speech Red #BD1002
Tints of Free Speech Red #BD1002
RGB
CMYK
RGB Variations
Color information
#BD1002 (or 0xBD1002) is known color: Free Speech Red. HEX triplet: BD, 10 and 02. RGB value is (189,16,2). Sum of RGB (Red+Green+Blue) = 189+16+2=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1002 is #42EFFD. Grayscale: #424242. Windows color (decimal): -4386814 or 135357. OLE color: 135357.
HSL color Cylindrical-coordinate representation of color #BD1002: hue angle of 4.49º degrees, saturation: 0.98, 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 #BD1002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.26 |
| HSL | 4.49º | 0.98% | 0.37% | - |
| HSV(B) | 4.49º | 0.99% | 0.74% | - |
| XYZ | 21.18 | 11.19 | 1.1 | - |
| YUV | 66.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 2 | 0 | 0.92 | 0.99 | 0.26 | 4.49 | 0.98 | 0.37 |
| Hex | BD | 10 | 2 | 0 | 5C | 63 | 1A | 4 | 62 | 25 |
| Octal | 275 | 20 | 2 | 0 | 134 | 143 | 32 | 4 | 142 | 45 |
| Binary | 10111101 | 10000 | 10 | 0 | 1011100 | 1100011 | 11010 | 100 | 1100010 | 100101 |
Color Harmonies of #BD1002
Complementary color
Monochromatic Colors of #BD1002
Black with #BD1002
Text Example
Text Example
White with #BD1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1002; }
p { color: rgb(189,16,2); }
H1.HeaderClassName
{
color: #BD1002;
}
.AnyTagClassName
{
color: #BD1002;
}
</style>
background-color css
<style>
a { background-color: #BD1002; }
a { background-color: rgb(189,16,2); }
div.DivClassName
{
background-color: #BD1002;
}
.BgClassName
{
background-color: #BD1002;
}
</style>
border-color css
<style>
span { border-color: #BD1002; }
span { border-color: rgb(189,16,2); }
td.TdClassName
{
border-color: #BD1002;
}
.TagClassName
{
border-color: #BD1002;
}
</style>