Shades of Venetian Red #BF0A1B
Tints of Venetian Red #BF0A1B
RGB
CMYK
RGB Variations
Color information
#BF0A1B (or 0xBF0A1B) is known color: Venetian Red. HEX triplet: BF, 0A and 1B. RGB value is (191,10,27). Sum of RGB (Red+Green+Blue) = 191+10+27=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A1B is #40F5E4. Grayscale: #424242. Windows color (decimal): -4257253 or 1772223. OLE color: 1772223.
HSL color Cylindrical-coordinate representation of color #BF0A1B: hue angle of 354.36º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A1B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 27 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.25 |
| HSL | 354.36º | 0.9% | 0.39% | - |
| HSV(B) | 354.36º | 0.95% | 0.75% | - |
| XYZ | 21.79 | 11.37 | 2.08 | - |
| YUV | 66.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 27 | 0 | 0.95 | 0.86 | 0.25 | 354.36 | 0.9 | 0.39 |
| Hex | BF | A | 1B | 0 | 5F | 56 | 19 | 162 | 5A | 27 |
| Octal | 277 | 12 | 33 | 0 | 137 | 126 | 31 | 542 | 132 | 47 |
| Binary | 10111111 | 1010 | 11011 | 0 | 1011111 | 1010110 | 11001 | 101100010 | 1011010 | 100111 |
Color Harmonies of #BF0A1B
Complementary color
Monochromatic Colors of #BF0A1B
Black with #BF0A1B
Text Example
Text Example
White with #BF0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0A1B; }
p { color: rgb(191,10,27); }
H1.HeaderClassName
{
color: #BF0A1B;
}
.AnyTagClassName
{
color: #BF0A1B;
}
</style>
background-color css
<style>
a { background-color: #BF0A1B; }
a { background-color: rgb(191,10,27); }
div.DivClassName
{
background-color: #BF0A1B;
}
.BgClassName
{
background-color: #BF0A1B;
}
</style>
border-color css
<style>
span { border-color: #BF0A1B; }
span { border-color: rgb(191,10,27); }
td.TdClassName
{
border-color: #BF0A1B;
}
.TagClassName
{
border-color: #BF0A1B;
}
</style>