Shades of Free Speech Red #B40A00
Tints of Free Speech Red #B40A00
RGB
CMYK
RGB Variations
Color information
#B40A00 (or 0xB40A00) is known color: Free Speech Red. HEX triplet: B4, 0A and 00. RGB value is (180,10,0). Sum of RGB (Red+Green+Blue) = 180+10+0=190 (25% of max value = 765). Red value is 180 (70.70% from 255 or 94.74% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40A00 is #4BF5FF. Grayscale: #3B3B3B. Windows color (decimal): -4978176 or 2740. OLE color: 2740.
HSL color Cylindrical-coordinate representation of color #B40A00: hue angle of 3.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.29 |
| HSL | 3.33º | 1% | 0.35% | - |
| HSV(B) | 3.33º | 1% | 0.71% | - |
| XYZ | 18.93 | 9.92 | 0.92 | - |
| YUV | 59.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 0 | 0 | 0.94 | 1 | 0.29 | 3.33 | 1 | 0.35 |
| Hex | B4 | A | 0 | 0 | 5E | 64 | 1D | 3 | 64 | 23 |
| Octal | 264 | 12 | 0 | 0 | 136 | 144 | 35 | 3 | 144 | 43 |
| Binary | 10110100 | 1010 | 0 | 0 | 1011110 | 1100100 | 11101 | 11 | 1100100 | 100011 |
Color Harmonies of #B40A00
Complementary color
Monochromatic Colors of #B40A00
Black with #B40A00
Text Example
Text Example
White with #B40A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A00; }
p { color: rgb(180,10,0); }
H1.HeaderClassName
{
color: #B40A00;
}
.AnyTagClassName
{
color: #B40A00;
}
</style>
background-color css
<style>
a { background-color: #B40A00; }
a { background-color: rgb(180,10,0); }
div.DivClassName
{
background-color: #B40A00;
}
.BgClassName
{
background-color: #B40A00;
}
</style>
border-color css
<style>
span { border-color: #B40A00; }
span { border-color: rgb(180,10,0); }
td.TdClassName
{
border-color: #B40A00;
}
.TagClassName
{
border-color: #B40A00;
}
</style>