Shades of Venetian Red #BF012D
Tints of Venetian Red #BF012D
RGB
CMYK
RGB Variations
Color information
#BF012D (or 0xBF012D) is known color: Venetian Red. HEX triplet: BF, 01 and 2D. RGB value is (191,1,45). Sum of RGB (Red+Green+Blue) = 191+1+45=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF012D is #40FED2. Grayscale: #3E3E3E. Windows color (decimal): -4259539 or 2949567. OLE color: 2949567.
HSL color Cylindrical-coordinate representation of color #BF012D: hue angle of 346.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF012D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.25 |
| HSL | 346.11º | 0.99% | 0.38% | - |
| HSV(B) | 346.11º | 0.99% | 0.75% | - |
| XYZ | 21.97 | 11.29 | 3.5 | - |
| YUV | 62.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 45 | 0 | 0.99 | 0.76 | 0.25 | 346.11 | 0.99 | 0.38 |
| Hex | BF | 1 | 2D | 0 | 63 | 4C | 19 | 15A | 63 | 26 |
| Octal | 277 | 1 | 55 | 0 | 143 | 114 | 31 | 532 | 143 | 46 |
| Binary | 10111111 | 1 | 101101 | 0 | 1100011 | 1001100 | 11001 | 101011010 | 1100011 | 100110 |
Color Harmonies of #BF012D
Complementary color
Monochromatic Colors of #BF012D
Black with #BF012D
Text Example
Text Example
White with #BF012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF012D; }
p { color: rgb(191,1,45); }
H1.HeaderClassName
{
color: #BF012D;
}
.AnyTagClassName
{
color: #BF012D;
}
</style>
background-color css
<style>
a { background-color: #BF012D; }
a { background-color: rgb(191,1,45); }
div.DivClassName
{
background-color: #BF012D;
}
.BgClassName
{
background-color: #BF012D;
}
</style>
border-color css
<style>
span { border-color: #BF012D; }
span { border-color: rgb(191,1,45); }
td.TdClassName
{
border-color: #BF012D;
}
.TagClassName
{
border-color: #BF012D;
}
</style>