Shades of Free Speech Red #BD1802
Tints of Free Speech Red #BD1802
RGB
CMYK
RGB Variations
Color information
#BD1802 (or 0xBD1802) is known color: Free Speech Red. HEX triplet: BD, 18 and 02. RGB value is (189,24,2). Sum of RGB (Red+Green+Blue) = 189+24+2=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1802 is #42E7FD. Grayscale: #474747. Windows color (decimal): -4384766 or 137405. OLE color: 137405.
HSL color Cylindrical-coordinate representation of color #BD1802: hue angle of 7.06º 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 #BD1802 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.26 |
| HSL | 7.06º | 0.98% | 0.37% | - |
| HSV(B) | 7.06º | 0.99% | 0.74% | - |
| XYZ | 21.32 | 11.48 | 1.15 | - |
| YUV | 70.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 2 | 0 | 0.87 | 0.99 | 0.26 | 7.06 | 0.98 | 0.37 |
| Hex | BD | 18 | 2 | 0 | 57 | 63 | 1A | 7 | 62 | 25 |
| Octal | 275 | 30 | 2 | 0 | 127 | 143 | 32 | 7 | 142 | 45 |
| Binary | 10111101 | 11000 | 10 | 0 | 1010111 | 1100011 | 11010 | 111 | 1100010 | 100101 |
Color Harmonies of #BD1802
Complementary color
Monochromatic Colors of #BD1802
Black with #BD1802
Text Example
Text Example
White with #BD1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1802; }
p { color: rgb(189,24,2); }
H1.HeaderClassName
{
color: #BD1802;
}
.AnyTagClassName
{
color: #BD1802;
}
</style>
background-color css
<style>
a { background-color: #BD1802; }
a { background-color: rgb(189,24,2); }
div.DivClassName
{
background-color: #BD1802;
}
.BgClassName
{
background-color: #BD1802;
}
</style>
border-color css
<style>
span { border-color: #BD1802; }
span { border-color: rgb(189,24,2); }
td.TdClassName
{
border-color: #BD1802;
}
.TagClassName
{
border-color: #BD1802;
}
</style>