Shades of Venetian Red #BF0819
Tints of Venetian Red #BF0819
RGB
CMYK
RGB Variations
Color information
#BF0819 (or 0xBF0819) is known color: Venetian Red. HEX triplet: BF, 08 and 19. RGB value is (191,8,25). Sum of RGB (Red+Green+Blue) = 191+8+25=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0819 is #40F7E6. Grayscale: #404040. Windows color (decimal): -4257767 or 1640639. OLE color: 1640639.
HSL color Cylindrical-coordinate representation of color #BF0819: hue angle of 354.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0819 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.25 |
| HSL | 354.43º | 0.92% | 0.39% | - |
| HSV(B) | 354.43º | 0.96% | 0.75% | - |
| XYZ | 21.75 | 11.32 | 1.96 | - |
| YUV | 64.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 25 | 0 | 0.96 | 0.87 | 0.25 | 354.43 | 0.92 | 0.39 |
| Hex | BF | 8 | 19 | 0 | 60 | 57 | 19 | 162 | 5C | 27 |
| Octal | 277 | 10 | 31 | 0 | 140 | 127 | 31 | 542 | 134 | 47 |
| Binary | 10111111 | 1000 | 11001 | 0 | 1100000 | 1010111 | 11001 | 101100010 | 1011100 | 100111 |
Color Harmonies of #BF0819
Complementary color
Monochromatic Colors of #BF0819
Black with #BF0819
Text Example
Text Example
White with #BF0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0819; }
p { color: rgb(191,8,25); }
H1.HeaderClassName
{
color: #BF0819;
}
.AnyTagClassName
{
color: #BF0819;
}
</style>
background-color css
<style>
a { background-color: #BF0819; }
a { background-color: rgb(191,8,25); }
div.DivClassName
{
background-color: #BF0819;
}
.BgClassName
{
background-color: #BF0819;
}
</style>
border-color css
<style>
span { border-color: #BF0819; }
span { border-color: rgb(191,8,25); }
td.TdClassName
{
border-color: #BF0819;
}
.TagClassName
{
border-color: #BF0819;
}
</style>