Shades of Free Speech Red #B00502
Tints of Free Speech Red #B00502
RGB
CMYK
RGB Variations
Color information
#B00502 (or 0xB00502) is known color: Free Speech Red. HEX triplet: B0, 05 and 02. RGB value is (176,5,2). Sum of RGB (Red+Green+Blue) = 176+5+2=183 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.17% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 176 - color contains mainly: red. Hex color #B00502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00502 is #4FFAFD. Grayscale: #373737. Windows color (decimal): -5241598 or 132528. OLE color: 132528.
HSL color Cylindrical-coordinate representation of color #B00502: hue angle of 1.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.31 |
| HSL | 1.03º | 0.98% | 0.35% | - |
| HSV(B) | 1.03º | 0.99% | 0.69% | - |
| XYZ | 17.97 | 9.34 | 0.91 | - |
| YUV | 55.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 2 | 0 | 0.97 | 0.99 | 0.31 | 1.03 | 0.98 | 0.35 |
| Hex | B0 | 5 | 2 | 0 | 61 | 63 | 1F | 1 | 62 | 23 |
| Octal | 260 | 5 | 2 | 0 | 141 | 143 | 37 | 1 | 142 | 43 |
| Binary | 10110000 | 101 | 10 | 0 | 1100001 | 1100011 | 11111 | 1 | 1100010 | 100011 |
Color Harmonies of #B00502
Complementary color
Monochromatic Colors of #B00502
Black with #B00502
Text Example
Text Example
White with #B00502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00502; }
p { color: rgb(176,5,2); }
H1.HeaderClassName
{
color: #B00502;
}
.AnyTagClassName
{
color: #B00502;
}
</style>
background-color css
<style>
a { background-color: #B00502; }
a { background-color: rgb(176,5,2); }
div.DivClassName
{
background-color: #B00502;
}
.BgClassName
{
background-color: #B00502;
}
</style>
border-color css
<style>
span { border-color: #B00502; }
span { border-color: rgb(176,5,2); }
td.TdClassName
{
border-color: #B00502;
}
.TagClassName
{
border-color: #B00502;
}
</style>