Shades of Free Speech Red #B60A0A
Tints of Free Speech Red #B60A0A
RGB
CMYK
RGB Variations
Color information
#B60A0A (or 0xB60A0A) is known color: Free Speech Red. HEX triplet: B6, 0A and 0A. RGB value is (182,10,10). Sum of RGB (Red+Green+Blue) = 182+10+10=202 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.10% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60A0A is #49F5F5. Grayscale: #3D3D3D. Windows color (decimal): -4847094 or 658102. OLE color: 658102.
HSL color Cylindrical-coordinate representation of color #B60A0A: hue angle of 0º 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 #B60A0A is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 10 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.29 |
| HSL | 0º | 0.9% | 0.38% | - |
| HSV(B) | 0º | 0.95% | 0.71% | - |
| XYZ | 19.45 | 10.18 | 1.23 | - |
| YUV | 61.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 10 | 0 | 0.95 | 0.95 | 0.29 | 0 | 0.9 | 0.38 |
| Hex | B6 | A | A | 0 | 5F | 5F | 1D | 0 | 5A | 26 |
| Octal | 266 | 12 | 12 | 0 | 137 | 137 | 35 | 0 | 132 | 46 |
| Binary | 10110110 | 1010 | 1010 | 0 | 1011111 | 1011111 | 11101 | 0 | 1011010 | 100110 |
Color Harmonies of #B60A0A
Complementary color
Monochromatic Colors of #B60A0A
Black with #B60A0A
Text Example
Text Example
White with #B60A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A0A; }
p { color: rgb(182,10,10); }
H1.HeaderClassName
{
color: #B60A0A;
}
.AnyTagClassName
{
color: #B60A0A;
}
</style>
background-color css
<style>
a { background-color: #B60A0A; }
a { background-color: rgb(182,10,10); }
div.DivClassName
{
background-color: #B60A0A;
}
.BgClassName
{
background-color: #B60A0A;
}
</style>
border-color css
<style>
span { border-color: #B60A0A; }
span { border-color: rgb(182,10,10); }
td.TdClassName
{
border-color: #B60A0A;
}
.TagClassName
{
border-color: #B60A0A;
}
</style>