Shades of Venetian Red #BF0024
Tints of Venetian Red #BF0024
RGB
CMYK
RGB Variations
Color information
#BF0024 (or 0xBF0024) is known color: Venetian Red. HEX triplet: BF, 00 and 24. RGB value is (191,0,36). Sum of RGB (Red+Green+Blue) = 191+0+36=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0024 is #40FFDB. Grayscale: #3D3D3D. Windows color (decimal): -4259804 or 2359487. OLE color: 2359487.
HSL color Cylindrical-coordinate representation of color #BF0024: hue angle of 348.69º 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 #BF0024 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.81 | 0.25 |
| HSL | 348.69º | 1% | 0.37% | - |
| HSV(B) | 348.69º | 1% | 0.75% | - |
| XYZ | 21.8 | 11.2 | 2.68 | - |
| YUV | 61.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 36 | 0 | 1 | 0.81 | 0.25 | 348.69 | 1 | 0.37 |
| Hex | BF | 0 | 24 | 0 | 64 | 51 | 19 | 15D | 64 | 25 |
| Octal | 277 | 0 | 44 | 0 | 144 | 121 | 31 | 535 | 144 | 45 |
| Binary | 10111111 | 0 | 100100 | 0 | 1100100 | 1010001 | 11001 | 101011101 | 1100100 | 100101 |
Color Harmonies of #BF0024
Complementary color
Monochromatic Colors of #BF0024
Black with #BF0024
Text Example
Text Example
White with #BF0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0024; }
p { color: rgb(191,0,36); }
H1.HeaderClassName
{
color: #BF0024;
}
.AnyTagClassName
{
color: #BF0024;
}
</style>
background-color css
<style>
a { background-color: #BF0024; }
a { background-color: rgb(191,0,36); }
div.DivClassName
{
background-color: #BF0024;
}
.BgClassName
{
background-color: #BF0024;
}
</style>
border-color css
<style>
span { border-color: #BF0024; }
span { border-color: rgb(191,0,36); }
td.TdClassName
{
border-color: #BF0024;
}
.TagClassName
{
border-color: #BF0024;
}
</style>