Shades of Free Speech Red #B40A08
Tints of Free Speech Red #B40A08
RGB
CMYK
RGB Variations
Color information
#B40A08 (or 0xB40A08) is known color: Free Speech Red. HEX triplet: B4, 0A and 08. RGB value is (180,10,8). Sum of RGB (Red+Green+Blue) = 180+10+8=198 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.91% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40A08 is #4BF5F7. Grayscale: #3C3C3C. Windows color (decimal): -4978168 or 527028. OLE color: 527028.
HSL color Cylindrical-coordinate representation of color #B40A08: hue angle of 0.7º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40A08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.29 |
| HSL | 0.7º | 0.91% | 0.37% | - |
| HSV(B) | 0.7º | 0.96% | 0.71% | - |
| XYZ | 18.97 | 9.94 | 1.15 | - |
| YUV | 60.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 8 | 0 | 0.94 | 0.96 | 0.29 | 0.7 | 0.91 | 0.37 |
| Hex | B4 | A | 8 | 0 | 5E | 60 | 1D | 1 | 5B | 25 |
| Octal | 264 | 12 | 10 | 0 | 136 | 140 | 35 | 1 | 133 | 45 |
| Binary | 10110100 | 1010 | 1000 | 0 | 1011110 | 1100000 | 11101 | 1 | 1011011 | 100101 |
Color Harmonies of #B40A08
Complementary color
Monochromatic Colors of #B40A08
Black with #B40A08
Text Example
Text Example
White with #B40A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A08; }
p { color: rgb(180,10,8); }
H1.HeaderClassName
{
color: #B40A08;
}
.AnyTagClassName
{
color: #B40A08;
}
</style>
background-color css
<style>
a { background-color: #B40A08; }
a { background-color: rgb(180,10,8); }
div.DivClassName
{
background-color: #B40A08;
}
.BgClassName
{
background-color: #B40A08;
}
</style>
border-color css
<style>
span { border-color: #B40A08; }
span { border-color: rgb(180,10,8); }
td.TdClassName
{
border-color: #B40A08;
}
.TagClassName
{
border-color: #B40A08;
}
</style>