Shades of Venetian Red #BF032D
Tints of Venetian Red #BF032D
RGB
CMYK
RGB Variations
Color information
#BF032D (or 0xBF032D) is known color: Venetian Red. HEX triplet: BF, 03 and 2D. RGB value is (191,3,45). Sum of RGB (Red+Green+Blue) = 191+3+45=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF032D is #40FCD2. Grayscale: #404040. Windows color (decimal): -4259027 or 2950079. OLE color: 2950079.
HSL color Cylindrical-coordinate representation of color #BF032D: hue angle of 346.6º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF032D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.25 |
| HSL | 346.6º | 0.97% | 0.38% | - |
| HSV(B) | 346.6º | 0.98% | 0.75% | - |
| XYZ | 21.99 | 11.33 | 3.51 | - |
| YUV | 64 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 45 | 0 | 0.98 | 0.76 | 0.25 | 346.6 | 0.97 | 0.38 |
| Hex | BF | 3 | 2D | 0 | 62 | 4C | 19 | 15B | 61 | 26 |
| Octal | 277 | 3 | 55 | 0 | 142 | 114 | 31 | 533 | 141 | 46 |
| Binary | 10111111 | 11 | 101101 | 0 | 1100010 | 1001100 | 11001 | 101011011 | 1100001 | 100110 |
Color Harmonies of #BF032D
Complementary color
Monochromatic Colors of #BF032D
Black with #BF032D
Text Example
Text Example
White with #BF032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF032D; }
p { color: rgb(191,3,45); }
H1.HeaderClassName
{
color: #BF032D;
}
.AnyTagClassName
{
color: #BF032D;
}
</style>
background-color css
<style>
a { background-color: #BF032D; }
a { background-color: rgb(191,3,45); }
div.DivClassName
{
background-color: #BF032D;
}
.BgClassName
{
background-color: #BF032D;
}
</style>
border-color css
<style>
span { border-color: #BF032D; }
span { border-color: rgb(191,3,45); }
td.TdClassName
{
border-color: #BF032D;
}
.TagClassName
{
border-color: #BF032D;
}
</style>