Shades of Free Speech Red #B40C01
Tints of Free Speech Red #B40C01
RGB
CMYK
RGB Variations
Color information
#B40C01 (or 0xB40C01) is known color: Free Speech Red. HEX triplet: B4, 0C and 01. RGB value is (180,12,1). Sum of RGB (Red+Green+Blue) = 180+12+1=193 (25% of max value = 765). Red value is 180 (70.70% from 255 or 93.26% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40C01 is #4BF3FE. Grayscale: #3D3D3D. Windows color (decimal): -4977663 or 68788. OLE color: 68788.
HSL color Cylindrical-coordinate representation of color #B40C01: hue angle of 3.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.29 |
| HSL | 3.69º | 0.99% | 0.35% | - |
| HSV(B) | 3.69º | 0.99% | 0.71% | - |
| XYZ | 18.96 | 9.97 | 0.95 | - |
| YUV | 60.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 1 | 0 | 0.93 | 0.99 | 0.29 | 3.69 | 0.99 | 0.35 |
| Hex | B4 | C | 1 | 0 | 5D | 63 | 1D | 4 | 63 | 23 |
| Octal | 264 | 14 | 1 | 0 | 135 | 143 | 35 | 4 | 143 | 43 |
| Binary | 10110100 | 1100 | 1 | 0 | 1011101 | 1100011 | 11101 | 100 | 1100011 | 100011 |
Color Harmonies of #B40C01
Complementary color
Monochromatic Colors of #B40C01
Black with #B40C01
Text Example
Text Example
White with #B40C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C01; }
p { color: rgb(180,12,1); }
H1.HeaderClassName
{
color: #B40C01;
}
.AnyTagClassName
{
color: #B40C01;
}
</style>
background-color css
<style>
a { background-color: #B40C01; }
a { background-color: rgb(180,12,1); }
div.DivClassName
{
background-color: #B40C01;
}
.BgClassName
{
background-color: #B40C01;
}
</style>
border-color css
<style>
span { border-color: #B40C01; }
span { border-color: rgb(180,12,1); }
td.TdClassName
{
border-color: #B40C01;
}
.TagClassName
{
border-color: #B40C01;
}
</style>