Shades of Free Speech Red #B21302
Tints of Free Speech Red #B21302
RGB
CMYK
RGB Variations
Color information
#B21302 (or 0xB21302) is known color: Free Speech Red. HEX triplet: B2, 13 and 02. RGB value is (178,19,2). Sum of RGB (Red+Green+Blue) = 178+19+2=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B21302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21302 is #4DECFD. Grayscale: #404040. Windows color (decimal): -5106942 or 136114. OLE color: 136114.
HSL color Cylindrical-coordinate representation of color #B21302: hue angle of 5.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B21302 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.30 |
| HSL | 5.8º | 0.98% | 0.35% | - |
| HSV(B) | 5.8º | 0.99% | 0.7% | - |
| XYZ | 18.6 | 9.94 | 0.99 | - |
| YUV | 64.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 2 | 0 | 0.89 | 0.99 | 0.30 | 5.8 | 0.98 | 0.35 |
| Hex | B2 | 13 | 2 | 0 | 59 | 63 | 1E | 6 | 62 | 23 |
| Octal | 262 | 23 | 2 | 0 | 131 | 143 | 36 | 6 | 142 | 43 |
| Binary | 10110010 | 10011 | 10 | 0 | 1011001 | 1100011 | 11110 | 110 | 1100010 | 100011 |
Color Harmonies of #B21302
Complementary color
Monochromatic Colors of #B21302
Black with #B21302
Text Example
Text Example
White with #B21302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21302; }
p { color: rgb(178,19,2); }
H1.HeaderClassName
{
color: #B21302;
}
.AnyTagClassName
{
color: #B21302;
}
</style>
background-color css
<style>
a { background-color: #B21302; }
a { background-color: rgb(178,19,2); }
div.DivClassName
{
background-color: #B21302;
}
.BgClassName
{
background-color: #B21302;
}
</style>
border-color css
<style>
span { border-color: #B21302; }
span { border-color: rgb(178,19,2); }
td.TdClassName
{
border-color: #B21302;
}
.TagClassName
{
border-color: #B21302;
}
</style>