Shades of Venetian Red #BF021B
Tints of Venetian Red #BF021B
RGB
CMYK
RGB Variations
Color information
#BF021B (or 0xBF021B) is known color: Venetian Red. HEX triplet: BF, 02 and 1B. RGB value is (191,2,27). Sum of RGB (Red+Green+Blue) = 191+2+27=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF021B is #40FDE4. Grayscale: #3D3D3D. Windows color (decimal): -4259301 or 1770175. OLE color: 1770175.
HSL color Cylindrical-coordinate representation of color #BF021B: hue angle of 352.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.25 |
| HSL | 352.06º | 0.98% | 0.38% | - |
| HSV(B) | 352.06º | 0.99% | 0.75% | - |
| XYZ | 21.71 | 11.2 | 2.05 | - |
| YUV | 61.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 27 | 0 | 0.99 | 0.86 | 0.25 | 352.06 | 0.98 | 0.38 |
| Hex | BF | 2 | 1B | 0 | 63 | 56 | 19 | 160 | 62 | 26 |
| Octal | 277 | 2 | 33 | 0 | 143 | 126 | 31 | 540 | 142 | 46 |
| Binary | 10111111 | 10 | 11011 | 0 | 1100011 | 1010110 | 11001 | 101100000 | 1100010 | 100110 |
Color Harmonies of #BF021B
Complementary color
Monochromatic Colors of #BF021B
Black with #BF021B
Text Example
Text Example
White with #BF021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF021B; }
p { color: rgb(191,2,27); }
H1.HeaderClassName
{
color: #BF021B;
}
.AnyTagClassName
{
color: #BF021B;
}
</style>
background-color css
<style>
a { background-color: #BF021B; }
a { background-color: rgb(191,2,27); }
div.DivClassName
{
background-color: #BF021B;
}
.BgClassName
{
background-color: #BF021B;
}
</style>
border-color css
<style>
span { border-color: #BF021B; }
span { border-color: rgb(191,2,27); }
td.TdClassName
{
border-color: #BF021B;
}
.TagClassName
{
border-color: #BF021B;
}
</style>