Shades of Venetian Red #BF0817
Tints of Venetian Red #BF0817
RGB
CMYK
RGB Variations
Color information
#BF0817 (or 0xBF0817) is known color: Venetian Red. HEX triplet: BF, 08 and 17. RGB value is (191,8,23). Sum of RGB (Red+Green+Blue) = 191+8+23=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0817 is #40F7E8. Grayscale: #404040. Windows color (decimal): -4257769 or 1509567. OLE color: 1509567.
HSL color Cylindrical-coordinate representation of color #BF0817: hue angle of 355.08º 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 #BF0817 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.25 |
| HSL | 355.08º | 0.92% | 0.39% | - |
| HSV(B) | 355.08º | 0.96% | 0.75% | - |
| XYZ | 21.73 | 11.31 | 1.85 | - |
| YUV | 64.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 23 | 0 | 0.96 | 0.88 | 0.25 | 355.08 | 0.92 | 0.39 |
| Hex | BF | 8 | 17 | 0 | 60 | 58 | 19 | 163 | 5C | 27 |
| Octal | 277 | 10 | 27 | 0 | 140 | 130 | 31 | 543 | 134 | 47 |
| Binary | 10111111 | 1000 | 10111 | 0 | 1100000 | 1011000 | 11001 | 101100011 | 1011100 | 100111 |
Color Harmonies of #BF0817
Complementary color
Monochromatic Colors of #BF0817
Black with #BF0817
Text Example
Text Example
White with #BF0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0817; }
p { color: rgb(191,8,23); }
H1.HeaderClassName
{
color: #BF0817;
}
.AnyTagClassName
{
color: #BF0817;
}
</style>
background-color css
<style>
a { background-color: #BF0817; }
a { background-color: rgb(191,8,23); }
div.DivClassName
{
background-color: #BF0817;
}
.BgClassName
{
background-color: #BF0817;
}
</style>
border-color css
<style>
span { border-color: #BF0817; }
span { border-color: rgb(191,8,23); }
td.TdClassName
{
border-color: #BF0817;
}
.TagClassName
{
border-color: #BF0817;
}
</style>