Shades of Free Speech Red #BD1B01
Tints of Free Speech Red #BD1B01
RGB
CMYK
RGB Variations
Color information
#BD1B01 (or 0xBD1B01) is known color: Free Speech Red. HEX triplet: BD, 1B and 01. RGB value is (189,27,1). Sum of RGB (Red+Green+Blue) = 189+27+1=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1B01 is #42E4FE. Grayscale: #484848. Windows color (decimal): -4383999 or 72637. OLE color: 72637.
HSL color Cylindrical-coordinate representation of color #BD1B01: hue angle of 8.3º 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 #BD1B01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.26 |
| HSL | 8.3º | 0.99% | 0.37% | - |
| HSV(B) | 8.3º | 0.99% | 0.74% | - |
| XYZ | 21.38 | 11.6 | 1.14 | - |
| YUV | 72.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 1 | 0 | 0.86 | 0.99 | 0.26 | 8.3 | 0.99 | 0.37 |
| Hex | BD | 1B | 1 | 0 | 56 | 63 | 1A | 8 | 63 | 25 |
| Octal | 275 | 33 | 1 | 0 | 126 | 143 | 32 | 10 | 143 | 45 |
| Binary | 10111101 | 11011 | 1 | 0 | 1010110 | 1100011 | 11010 | 1000 | 1100011 | 100101 |
Color Harmonies of #BD1B01
Complementary color
Monochromatic Colors of #BD1B01
Black with #BD1B01
Text Example
Text Example
White with #BD1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B01; }
p { color: rgb(189,27,1); }
H1.HeaderClassName
{
color: #BD1B01;
}
.AnyTagClassName
{
color: #BD1B01;
}
</style>
background-color css
<style>
a { background-color: #BD1B01; }
a { background-color: rgb(189,27,1); }
div.DivClassName
{
background-color: #BD1B01;
}
.BgClassName
{
background-color: #BD1B01;
}
</style>
border-color css
<style>
span { border-color: #BD1B01; }
span { border-color: rgb(189,27,1); }
td.TdClassName
{
border-color: #BD1B01;
}
.TagClassName
{
border-color: #BD1B01;
}
</style>