Shades of Free Speech Red #B50302
Tints of Free Speech Red #B50302
RGB
CMYK
RGB Variations
Color information
#B50302 (or 0xB50302) is known color: Free Speech Red. HEX triplet: B5, 03 and 02. RGB value is (181,3,2). Sum of RGB (Red+Green+Blue) = 181+3+2=186 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.31% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 181 - color contains mainly: red. Hex color #B50302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50302 is #4AFCFD. Grayscale: #383838. Windows color (decimal): -4914430 or 132021. OLE color: 132021.
HSL color Cylindrical-coordinate representation of color #B50302: hue angle of 0.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.29 |
| HSL | 0.34º | 0.98% | 0.36% | - |
| HSV(B) | 0.34º | 0.99% | 0.71% | - |
| XYZ | 19.1 | 9.89 | 0.96 | - |
| YUV | 56.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 2 | 0 | 0.98 | 0.99 | 0.29 | 0.34 | 0.98 | 0.36 |
| Hex | B5 | 3 | 2 | 0 | 62 | 63 | 1D | 0 | 62 | 24 |
| Octal | 265 | 3 | 2 | 0 | 142 | 143 | 35 | 0 | 142 | 44 |
| Binary | 10110101 | 11 | 10 | 0 | 1100010 | 1100011 | 11101 | 0 | 1100010 | 100100 |
Color Harmonies of #B50302
Complementary color
Monochromatic Colors of #B50302
Black with #B50302
Text Example
Text Example
White with #B50302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50302; }
p { color: rgb(181,3,2); }
H1.HeaderClassName
{
color: #B50302;
}
.AnyTagClassName
{
color: #B50302;
}
</style>
background-color css
<style>
a { background-color: #B50302; }
a { background-color: rgb(181,3,2); }
div.DivClassName
{
background-color: #B50302;
}
.BgClassName
{
background-color: #B50302;
}
</style>
border-color css
<style>
span { border-color: #B50302; }
span { border-color: rgb(181,3,2); }
td.TdClassName
{
border-color: #B50302;
}
.TagClassName
{
border-color: #B50302;
}
</style>