Shades of Venetian Red #BF0023
Tints of Venetian Red #BF0023
RGB
CMYK
RGB Variations
Color information
#BF0023 (or 0xBF0023) is known color: Venetian Red. HEX triplet: BF, 00 and 23. RGB value is (191,0,35). Sum of RGB (Red+Green+Blue) = 191+0+35=226 (29% of max value = 765). Red value is 191 (75% from 255 or 84.51% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0023 is #40FFDC. Grayscale: #3D3D3D. Windows color (decimal): -4259805 or 2293951. OLE color: 2293951.
HSL color Cylindrical-coordinate representation of color #BF0023: hue angle of 349.01º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0023 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.82 | 0.25 |
| HSL | 349.01º | 1% | 0.37% | - |
| HSV(B) | 349.01º | 1% | 0.75% | - |
| XYZ | 21.79 | 11.2 | 2.6 | - |
| YUV | 61.1 | 113.28 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 35 | 0 | 1 | 0.82 | 0.25 | 349.01 | 1 | 0.37 |
| Hex | BF | 0 | 23 | 0 | 64 | 52 | 19 | 15D | 64 | 25 |
| Octal | 277 | 0 | 43 | 0 | 144 | 122 | 31 | 535 | 144 | 45 |
| Binary | 10111111 | 0 | 100011 | 0 | 1100100 | 1010010 | 11001 | 101011101 | 1100100 | 100101 |
Color Harmonies of #BF0023
Complementary color
Monochromatic Colors of #BF0023
Black with #BF0023
Text Example
Text Example
White with #BF0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0023; }
p { color: rgb(191,0,35); }
H1.HeaderClassName
{
color: #BF0023;
}
.AnyTagClassName
{
color: #BF0023;
}
</style>
background-color css
<style>
a { background-color: #BF0023; }
a { background-color: rgb(191,0,35); }
div.DivClassName
{
background-color: #BF0023;
}
.BgClassName
{
background-color: #BF0023;
}
</style>
border-color css
<style>
span { border-color: #BF0023; }
span { border-color: rgb(191,0,35); }
td.TdClassName
{
border-color: #BF0023;
}
.TagClassName
{
border-color: #BF0023;
}
</style>