Shades of Free Speech Red #B51C02
Tints of Free Speech Red #B51C02
RGB
CMYK
RGB Variations
Color information
#B51C02 (or 0xB51C02) is known color: Free Speech Red. HEX triplet: B5, 1C and 02. RGB value is (181,28,2). Sum of RGB (Red+Green+Blue) = 181+28+2=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C02 is #4AE3FD. Grayscale: #474747. Windows color (decimal): -4908030 or 138421. OLE color: 138421.
HSL color Cylindrical-coordinate representation of color #B51C02: hue angle of 8.72º 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 #B51C02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.29 |
| HSL | 8.72º | 0.98% | 0.36% | - |
| HSV(B) | 8.72º | 0.99% | 0.71% | - |
| XYZ | 19.48 | 10.66 | 1.09 | - |
| YUV | 70.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 2 | 0 | 0.85 | 0.99 | 0.29 | 8.72 | 0.98 | 0.36 |
| Hex | B5 | 1C | 2 | 0 | 55 | 63 | 1D | 9 | 62 | 24 |
| Octal | 265 | 34 | 2 | 0 | 125 | 143 | 35 | 11 | 142 | 44 |
| Binary | 10110101 | 11100 | 10 | 0 | 1010101 | 1100011 | 11101 | 1001 | 1100010 | 100100 |
Color Harmonies of #B51C02
Complementary color
Monochromatic Colors of #B51C02
Black with #B51C02
Text Example
Text Example
White with #B51C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C02; }
p { color: rgb(181,28,2); }
H1.HeaderClassName
{
color: #B51C02;
}
.AnyTagClassName
{
color: #B51C02;
}
</style>
background-color css
<style>
a { background-color: #B51C02; }
a { background-color: rgb(181,28,2); }
div.DivClassName
{
background-color: #B51C02;
}
.BgClassName
{
background-color: #B51C02;
}
</style>
border-color css
<style>
span { border-color: #B51C02; }
span { border-color: rgb(181,28,2); }
td.TdClassName
{
border-color: #B51C02;
}
.TagClassName
{
border-color: #B51C02;
}
</style>