Shades of Free Speech Red #B60302
Tints of Free Speech Red #B60302
RGB
CMYK
RGB Variations
Color information
#B60302 (or 0xB60302) is known color: Free Speech Red. HEX triplet: B6, 03 and 02. RGB value is (182,3,2). Sum of RGB (Red+Green+Blue) = 182+3+2=187 (24% of max value = 765). Red value is 182 (71.48% from 255 or 97.33% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 182 - color contains mainly: red. Hex color #B60302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60302 is #49FCFD. Grayscale: #383838. Windows color (decimal): -4848894 or 132022. OLE color: 132022.
HSL color Cylindrical-coordinate representation of color #B60302: hue angle of 0.33º 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 #B60302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.29 |
| HSL | 0.33º | 0.98% | 0.36% | - |
| HSV(B) | 0.33º | 0.99% | 0.71% | - |
| XYZ | 19.33 | 10.01 | 0.97 | - |
| YUV | 56.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 2 | 0 | 0.98 | 0.99 | 0.29 | 0.33 | 0.98 | 0.36 |
| Hex | B6 | 3 | 2 | 0 | 62 | 63 | 1D | 0 | 62 | 24 |
| Octal | 266 | 3 | 2 | 0 | 142 | 143 | 35 | 0 | 142 | 44 |
| Binary | 10110110 | 11 | 10 | 0 | 1100010 | 1100011 | 11101 | 0 | 1100010 | 100100 |
Color Harmonies of #B60302
Complementary color
Monochromatic Colors of #B60302
Black with #B60302
Text Example
Text Example
White with #B60302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60302; }
p { color: rgb(182,3,2); }
H1.HeaderClassName
{
color: #B60302;
}
.AnyTagClassName
{
color: #B60302;
}
</style>
background-color css
<style>
a { background-color: #B60302; }
a { background-color: rgb(182,3,2); }
div.DivClassName
{
background-color: #B60302;
}
.BgClassName
{
background-color: #B60302;
}
</style>
border-color css
<style>
span { border-color: #B60302; }
span { border-color: rgb(182,3,2); }
td.TdClassName
{
border-color: #B60302;
}
.TagClassName
{
border-color: #B60302;
}
</style>