Shades of Free Speech Red #B80F03
Tints of Free Speech Red #B80F03
RGB
CMYK
RGB Variations
Color information
#B80F03 (or 0xB80F03) is known color: Free Speech Red. HEX triplet: B8, 0F and 03. RGB value is (184,15,3). Sum of RGB (Red+Green+Blue) = 184+15+3=202 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.09% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F03 is #47F0FC. Grayscale: #404040. Windows color (decimal): -4714749 or 200632. OLE color: 200632.
HSL color Cylindrical-coordinate representation of color #B80F03: hue angle of 3.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80F03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.28 |
| HSL | 3.98º | 0.97% | 0.37% | - |
| HSV(B) | 3.98º | 0.98% | 0.72% | - |
| XYZ | 19.95 | 10.54 | 1.07 | - |
| YUV | 64.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 3 | 0 | 0.92 | 0.98 | 0.28 | 3.98 | 0.97 | 0.37 |
| Hex | B8 | F | 3 | 0 | 5C | 62 | 1C | 4 | 61 | 25 |
| Octal | 270 | 17 | 3 | 0 | 134 | 142 | 34 | 4 | 141 | 45 |
| Binary | 10111000 | 1111 | 11 | 0 | 1011100 | 1100010 | 11100 | 100 | 1100001 | 100101 |
Color Harmonies of #B80F03
Complementary color
Monochromatic Colors of #B80F03
Black with #B80F03
Text Example
Text Example
White with #B80F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F03; }
p { color: rgb(184,15,3); }
H1.HeaderClassName
{
color: #B80F03;
}
.AnyTagClassName
{
color: #B80F03;
}
</style>
background-color css
<style>
a { background-color: #B80F03; }
a { background-color: rgb(184,15,3); }
div.DivClassName
{
background-color: #B80F03;
}
.BgClassName
{
background-color: #B80F03;
}
</style>
border-color css
<style>
span { border-color: #B80F03; }
span { border-color: rgb(184,15,3); }
td.TdClassName
{
border-color: #B80F03;
}
.TagClassName
{
border-color: #B80F03;
}
</style>