Shades of Free Speech Red #B20D02
Tints of Free Speech Red #B20D02
RGB
CMYK
RGB Variations
Color information
#B20D02 (or 0xB20D02) is known color: Free Speech Red. HEX triplet: B2, 0D and 02. RGB value is (178,13,2). Sum of RGB (Red+Green+Blue) = 178+13+2=193 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.23% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D02 is #4DF2FD. Grayscale: #3D3D3D. Windows color (decimal): -5108478 or 134578. OLE color: 134578.
HSL color Cylindrical-coordinate representation of color #B20D02: hue angle of 3.75º 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 #B20D02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.30 |
| HSL | 3.75º | 0.98% | 0.35% | - |
| HSV(B) | 3.75º | 0.99% | 0.7% | - |
| XYZ | 18.51 | 9.76 | 0.96 | - |
| YUV | 61.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 2 | 0 | 0.93 | 0.99 | 0.30 | 3.75 | 0.98 | 0.35 |
| Hex | B2 | D | 2 | 0 | 5D | 63 | 1E | 4 | 62 | 23 |
| Octal | 262 | 15 | 2 | 0 | 135 | 143 | 36 | 4 | 142 | 43 |
| Binary | 10110010 | 1101 | 10 | 0 | 1011101 | 1100011 | 11110 | 100 | 1100010 | 100011 |
Color Harmonies of #B20D02
Complementary color
Monochromatic Colors of #B20D02
Black with #B20D02
Text Example
Text Example
White with #B20D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D02; }
p { color: rgb(178,13,2); }
H1.HeaderClassName
{
color: #B20D02;
}
.AnyTagClassName
{
color: #B20D02;
}
</style>
background-color css
<style>
a { background-color: #B20D02; }
a { background-color: rgb(178,13,2); }
div.DivClassName
{
background-color: #B20D02;
}
.BgClassName
{
background-color: #B20D02;
}
</style>
border-color css
<style>
span { border-color: #B20D02; }
span { border-color: rgb(178,13,2); }
td.TdClassName
{
border-color: #B20D02;
}
.TagClassName
{
border-color: #B20D02;
}
</style>