Shades of Free Speech Red #B10302
Tints of Free Speech Red #B10302
RGB
CMYK
RGB Variations
Color information
#B10302 (or 0xB10302) is known color: Free Speech Red. HEX triplet: B1, 03 and 02. RGB value is (177,3,2). Sum of RGB (Red+Green+Blue) = 177+3+2=182 (24% of max value = 765). Red value is 177 (69.53% from 255 or 97.25% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 177 - color contains mainly: red. Hex color #B10302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10302 is #4EFCFD. Grayscale: #373737. Windows color (decimal): -5176574 or 132017. OLE color: 132017.
HSL color Cylindrical-coordinate representation of color #B10302: hue angle of 0.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.31 |
| HSL | 0.34º | 0.98% | 0.35% | - |
| HSV(B) | 0.34º | 0.99% | 0.69% | - |
| XYZ | 18.17 | 9.42 | 0.92 | - |
| YUV | 54.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 2 | 0 | 0.98 | 0.99 | 0.31 | 0.34 | 0.98 | 0.35 |
| Hex | B1 | 3 | 2 | 0 | 62 | 63 | 1F | 0 | 62 | 23 |
| Octal | 261 | 3 | 2 | 0 | 142 | 143 | 37 | 0 | 142 | 43 |
| Binary | 10110001 | 11 | 10 | 0 | 1100010 | 1100011 | 11111 | 0 | 1100010 | 100011 |
Color Harmonies of #B10302
Complementary color
Monochromatic Colors of #B10302
Black with #B10302
Text Example
Text Example
White with #B10302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10302; }
p { color: rgb(177,3,2); }
H1.HeaderClassName
{
color: #B10302;
}
.AnyTagClassName
{
color: #B10302;
}
</style>
background-color css
<style>
a { background-color: #B10302; }
a { background-color: rgb(177,3,2); }
div.DivClassName
{
background-color: #B10302;
}
.BgClassName
{
background-color: #B10302;
}
</style>
border-color css
<style>
span { border-color: #B10302; }
span { border-color: rgb(177,3,2); }
td.TdClassName
{
border-color: #B10302;
}
.TagClassName
{
border-color: #B10302;
}
</style>