Shades of Free Speech Red #B81308
Tints of Free Speech Red #B81308
RGB
CMYK
RGB Variations
Color information
#B81308 (or 0xB81308) is known color: Free Speech Red. HEX triplet: B8, 13 and 08. RGB value is (184,19,8). Sum of RGB (Red+Green+Blue) = 184+19+8=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B81308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81308 is #47ECF7. Grayscale: #434343. Windows color (decimal): -4713720 or 529336. OLE color: 529336.
HSL color Cylindrical-coordinate representation of color #B81308: hue angle of 3.75º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B81308 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.28 |
| HSL | 3.75º | 0.92% | 0.38% | - |
| HSV(B) | 3.75º | 0.96% | 0.72% | - |
| XYZ | 20.04 | 10.67 | 1.23 | - |
| YUV | 67.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 8 | 0 | 0.90 | 0.96 | 0.28 | 3.75 | 0.92 | 0.38 |
| Hex | B8 | 13 | 8 | 0 | 5A | 60 | 1C | 4 | 5C | 26 |
| Octal | 270 | 23 | 10 | 0 | 132 | 140 | 34 | 4 | 134 | 46 |
| Binary | 10111000 | 10011 | 1000 | 0 | 1011010 | 1100000 | 11100 | 100 | 1011100 | 100110 |
Color Harmonies of #B81308
Complementary color
Monochromatic Colors of #B81308
Black with #B81308
Text Example
Text Example
White with #B81308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81308; }
p { color: rgb(184,19,8); }
H1.HeaderClassName
{
color: #B81308;
}
.AnyTagClassName
{
color: #B81308;
}
</style>
background-color css
<style>
a { background-color: #B81308; }
a { background-color: rgb(184,19,8); }
div.DivClassName
{
background-color: #B81308;
}
.BgClassName
{
background-color: #B81308;
}
</style>
border-color css
<style>
span { border-color: #B81308; }
span { border-color: rgb(184,19,8); }
td.TdClassName
{
border-color: #B81308;
}
.TagClassName
{
border-color: #B81308;
}
</style>