Shades of Free Speech Red #B71902
Tints of Free Speech Red #B71902
RGB
CMYK
RGB Variations
Color information
#B71902 (or 0xB71902) is known color: Free Speech Red. HEX triplet: B7, 19 and 02. RGB value is (183,25,2). Sum of RGB (Red+Green+Blue) = 183+25+2=210 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.14% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 183 - color contains mainly: red. Hex color #B71902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71902 is #48E6FD. Grayscale: #454545. Windows color (decimal): -4777726 or 137655. OLE color: 137655.
HSL color Cylindrical-coordinate representation of color #B71902: hue angle of 7.62º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B71902 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.28 |
| HSL | 7.62º | 0.98% | 0.36% | - |
| HSV(B) | 7.62º | 0.99% | 0.72% | - |
| XYZ | 19.89 | 10.77 | 1.09 | - |
| YUV | 69.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 2 | 0 | 0.86 | 0.99 | 0.28 | 7.62 | 0.98 | 0.36 |
| Hex | B7 | 19 | 2 | 0 | 56 | 63 | 1C | 8 | 62 | 24 |
| Octal | 267 | 31 | 2 | 0 | 126 | 143 | 34 | 10 | 142 | 44 |
| Binary | 10110111 | 11001 | 10 | 0 | 1010110 | 1100011 | 11100 | 1000 | 1100010 | 100100 |
Color Harmonies of #B71902
Complementary color
Monochromatic Colors of #B71902
Black with #B71902
Text Example
Text Example
White with #B71902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71902; }
p { color: rgb(183,25,2); }
H1.HeaderClassName
{
color: #B71902;
}
.AnyTagClassName
{
color: #B71902;
}
</style>
background-color css
<style>
a { background-color: #B71902; }
a { background-color: rgb(183,25,2); }
div.DivClassName
{
background-color: #B71902;
}
.BgClassName
{
background-color: #B71902;
}
</style>
border-color css
<style>
span { border-color: #B71902; }
span { border-color: rgb(183,25,2); }
td.TdClassName
{
border-color: #B71902;
}
.TagClassName
{
border-color: #B71902;
}
</style>