Shades of Free Speech Red #BD170A
Tints of Free Speech Red #BD170A
RGB
CMYK
RGB Variations
Color information
#BD170A (or 0xBD170A) is known color: Free Speech Red. HEX triplet: BD, 17 and 0A. RGB value is (189,23,10). Sum of RGB (Red+Green+Blue) = 189+23+10=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD170A is #42E8F5. Grayscale: #474747. Windows color (decimal): -4385014 or 661437. OLE color: 661437.
HSL color Cylindrical-coordinate representation of color #BD170A: hue angle of 4.36º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD170A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.26 |
| HSL | 4.36º | 0.9% | 0.39% | - |
| HSV(B) | 4.36º | 0.95% | 0.74% | - |
| XYZ | 21.35 | 11.45 | 1.37 | - |
| YUV | 71.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 10 | 0 | 0.88 | 0.95 | 0.26 | 4.36 | 0.9 | 0.39 |
| Hex | BD | 17 | A | 0 | 58 | 5F | 1A | 4 | 5A | 27 |
| Octal | 275 | 27 | 12 | 0 | 130 | 137 | 32 | 4 | 132 | 47 |
| Binary | 10111101 | 10111 | 1010 | 0 | 1011000 | 1011111 | 11010 | 100 | 1011010 | 100111 |
Color Harmonies of #BD170A
Complementary color
Monochromatic Colors of #BD170A
Black with #BD170A
Text Example
Text Example
White with #BD170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD170A; }
p { color: rgb(189,23,10); }
H1.HeaderClassName
{
color: #BD170A;
}
.AnyTagClassName
{
color: #BD170A;
}
</style>
background-color css
<style>
a { background-color: #BD170A; }
a { background-color: rgb(189,23,10); }
div.DivClassName
{
background-color: #BD170A;
}
.BgClassName
{
background-color: #BD170A;
}
</style>
border-color css
<style>
span { border-color: #BD170A; }
span { border-color: rgb(189,23,10); }
td.TdClassName
{
border-color: #BD170A;
}
.TagClassName
{
border-color: #BD170A;
}
</style>