Shades of Free Speech Red #BD1302
Tints of Free Speech Red #BD1302
RGB
CMYK
RGB Variations
Color information
#BD1302 (or 0xBD1302) is known color: Free Speech Red. HEX triplet: BD, 13 and 02. RGB value is (189,19,2). Sum of RGB (Red+Green+Blue) = 189+19+2=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1302 is #42ECFD. Grayscale: #444444. Windows color (decimal): -4386046 or 136125. OLE color: 136125.
HSL color Cylindrical-coordinate representation of color #BD1302: hue angle of 5.45º 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 #BD1302 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.26 |
| HSL | 5.45º | 0.98% | 0.37% | - |
| HSV(B) | 5.45º | 0.99% | 0.74% | - |
| XYZ | 21.23 | 11.29 | 1.12 | - |
| YUV | 67.89 | 90.82 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 2 | 0 | 0.90 | 0.99 | 0.26 | 5.45 | 0.98 | 0.37 |
| Hex | BD | 13 | 2 | 0 | 5A | 63 | 1A | 5 | 62 | 25 |
| Octal | 275 | 23 | 2 | 0 | 132 | 143 | 32 | 5 | 142 | 45 |
| Binary | 10111101 | 10011 | 10 | 0 | 1011010 | 1100011 | 11010 | 101 | 1100010 | 100101 |
Color Harmonies of #BD1302
Complementary color
Monochromatic Colors of #BD1302
Black with #BD1302
Text Example
Text Example
White with #BD1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1302; }
p { color: rgb(189,19,2); }
H1.HeaderClassName
{
color: #BD1302;
}
.AnyTagClassName
{
color: #BD1302;
}
</style>
background-color css
<style>
a { background-color: #BD1302; }
a { background-color: rgb(189,19,2); }
div.DivClassName
{
background-color: #BD1302;
}
.BgClassName
{
background-color: #BD1302;
}
</style>
border-color css
<style>
span { border-color: #BD1302; }
span { border-color: rgb(189,19,2); }
td.TdClassName
{
border-color: #BD1302;
}
.TagClassName
{
border-color: #BD1302;
}
</style>