Shades of Free Speech Red #B21B04
Tints of Free Speech Red #B21B04
RGB
CMYK
RGB Variations
Color information
#B21B04 (or 0xB21B04) is known color: Free Speech Red. HEX triplet: B2, 1B and 04. RGB value is (178,27,4). Sum of RGB (Red+Green+Blue) = 178+27+4=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B04 is #4DE4FB. Grayscale: #454545. Windows color (decimal): -5104892 or 269234. OLE color: 269234.
HSL color Cylindrical-coordinate representation of color #B21B04: hue angle of 7.93º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21B04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.30 |
| HSL | 7.93º | 0.96% | 0.36% | - |
| HSV(B) | 7.93º | 0.98% | 0.7% | - |
| XYZ | 18.77 | 10.26 | 1.11 | - |
| YUV | 69.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 4 | 0 | 0.85 | 0.98 | 0.30 | 7.93 | 0.96 | 0.36 |
| Hex | B2 | 1B | 4 | 0 | 55 | 62 | 1E | 8 | 60 | 24 |
| Octal | 262 | 33 | 4 | 0 | 125 | 142 | 36 | 10 | 140 | 44 |
| Binary | 10110010 | 11011 | 100 | 0 | 1010101 | 1100010 | 11110 | 1000 | 1100000 | 100100 |
Color Harmonies of #B21B04
Complementary color
Monochromatic Colors of #B21B04
Black with #B21B04
Text Example
Text Example
White with #B21B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B04; }
p { color: rgb(178,27,4); }
H1.HeaderClassName
{
color: #B21B04;
}
.AnyTagClassName
{
color: #B21B04;
}
</style>
background-color css
<style>
a { background-color: #B21B04; }
a { background-color: rgb(178,27,4); }
div.DivClassName
{
background-color: #B21B04;
}
.BgClassName
{
background-color: #B21B04;
}
</style>
border-color css
<style>
span { border-color: #B21B04; }
span { border-color: rgb(178,27,4); }
td.TdClassName
{
border-color: #B21B04;
}
.TagClassName
{
border-color: #B21B04;
}
</style>