Shades of Free Speech Red #B60C0A
Tints of Free Speech Red #B60C0A
RGB
CMYK
RGB Variations
Color information
#B60C0A (or 0xB60C0A) is known color: Free Speech Red. HEX triplet: B6, 0C and 0A. RGB value is (182,12,10). Sum of RGB (Red+Green+Blue) = 182+12+10=204 (27% of max value = 765). Red value is 182 (71.48% from 255 or 89.22% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60C0A is #49F3F5. Grayscale: #3E3E3E. Windows color (decimal): -4846582 or 658614. OLE color: 658614.
HSL color Cylindrical-coordinate representation of color #B60C0A: hue angle of 0.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60C0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.29 |
| HSL | 0.7º | 0.9% | 0.38% | - |
| HSV(B) | 0.7º | 0.95% | 0.71% | - |
| XYZ | 19.48 | 10.23 | 1.24 | - |
| YUV | 62.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 10 | 0 | 0.93 | 0.95 | 0.29 | 0.7 | 0.9 | 0.38 |
| Hex | B6 | C | A | 0 | 5D | 5F | 1D | 1 | 5A | 26 |
| Octal | 266 | 14 | 12 | 0 | 135 | 137 | 35 | 1 | 132 | 46 |
| Binary | 10110110 | 1100 | 1010 | 0 | 1011101 | 1011111 | 11101 | 1 | 1011010 | 100110 |
Color Harmonies of #B60C0A
Complementary color
Monochromatic Colors of #B60C0A
Black with #B60C0A
Text Example
Text Example
White with #B60C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C0A; }
p { color: rgb(182,12,10); }
H1.HeaderClassName
{
color: #B60C0A;
}
.AnyTagClassName
{
color: #B60C0A;
}
</style>
background-color css
<style>
a { background-color: #B60C0A; }
a { background-color: rgb(182,12,10); }
div.DivClassName
{
background-color: #B60C0A;
}
.BgClassName
{
background-color: #B60C0A;
}
</style>
border-color css
<style>
span { border-color: #B60C0A; }
span { border-color: rgb(182,12,10); }
td.TdClassName
{
border-color: #B60C0A;
}
.TagClassName
{
border-color: #B60C0A;
}
</style>