Shades of Free Speech Red #B80F02
Tints of Free Speech Red #B80F02
RGB
CMYK
RGB Variations
Color information
#B80F02 (or 0xB80F02) is known color: Free Speech Red. HEX triplet: B8, 0F and 02. RGB value is (184,15,2). Sum of RGB (Red+Green+Blue) = 184+15+2=201 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.54% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F02 is #47F0FD. Grayscale: #404040. Windows color (decimal): -4714750 or 135096. OLE color: 135096.
HSL color Cylindrical-coordinate representation of color #B80F02: hue angle of 4.29º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.28 |
| HSL | 4.29º | 0.98% | 0.36% | - |
| HSV(B) | 4.29º | 0.99% | 0.72% | - |
| XYZ | 19.95 | 10.54 | 1.04 | - |
| YUV | 64.05 | 92.99 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 2 | 0 | 0.92 | 0.99 | 0.28 | 4.29 | 0.98 | 0.36 |
| Hex | B8 | F | 2 | 0 | 5C | 63 | 1C | 4 | 62 | 24 |
| Octal | 270 | 17 | 2 | 0 | 134 | 143 | 34 | 4 | 142 | 44 |
| Binary | 10111000 | 1111 | 10 | 0 | 1011100 | 1100011 | 11100 | 100 | 1100010 | 100100 |
Color Harmonies of #B80F02
Complementary color
Monochromatic Colors of #B80F02
Black with #B80F02
Text Example
Text Example
White with #B80F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F02; }
p { color: rgb(184,15,2); }
H1.HeaderClassName
{
color: #B80F02;
}
.AnyTagClassName
{
color: #B80F02;
}
</style>
background-color css
<style>
a { background-color: #B80F02; }
a { background-color: rgb(184,15,2); }
div.DivClassName
{
background-color: #B80F02;
}
.BgClassName
{
background-color: #B80F02;
}
</style>
border-color css
<style>
span { border-color: #B80F02; }
span { border-color: rgb(184,15,2); }
td.TdClassName
{
border-color: #B80F02;
}
.TagClassName
{
border-color: #B80F02;
}
</style>