Shades of Free Speech Red #B50D02
Tints of Free Speech Red #B50D02
RGB
CMYK
RGB Variations
Color information
#B50D02 (or 0xB50D02) is known color: Free Speech Red. HEX triplet: B5, 0D and 02. RGB value is (181,13,2). Sum of RGB (Red+Green+Blue) = 181+13+2=196 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.35% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50D02 is #4AF2FD. Grayscale: #3E3E3E. Windows color (decimal): -4911870 or 134581. OLE color: 134581.
HSL color Cylindrical-coordinate representation of color #B50D02: hue angle of 3.69º 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 #B50D02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.29 |
| HSL | 3.69º | 0.98% | 0.36% | - |
| HSV(B) | 3.69º | 0.99% | 0.71% | - |
| XYZ | 19.21 | 10.12 | 1 | - |
| YUV | 61.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 2 | 0 | 0.93 | 0.99 | 0.29 | 3.69 | 0.98 | 0.36 |
| Hex | B5 | D | 2 | 0 | 5D | 63 | 1D | 4 | 62 | 24 |
| Octal | 265 | 15 | 2 | 0 | 135 | 143 | 35 | 4 | 142 | 44 |
| Binary | 10110101 | 1101 | 10 | 0 | 1011101 | 1100011 | 11101 | 100 | 1100010 | 100100 |
Color Harmonies of #B50D02
Complementary color
Monochromatic Colors of #B50D02
Black with #B50D02
Text Example
Text Example
White with #B50D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D02; }
p { color: rgb(181,13,2); }
H1.HeaderClassName
{
color: #B50D02;
}
.AnyTagClassName
{
color: #B50D02;
}
</style>
background-color css
<style>
a { background-color: #B50D02; }
a { background-color: rgb(181,13,2); }
div.DivClassName
{
background-color: #B50D02;
}
.BgClassName
{
background-color: #B50D02;
}
</style>
border-color css
<style>
span { border-color: #B50D02; }
span { border-color: rgb(181,13,2); }
td.TdClassName
{
border-color: #B50D02;
}
.TagClassName
{
border-color: #B50D02;
}
</style>