Shades of Venetian Red #BF0821
Tints of Venetian Red #BF0821
RGB
CMYK
RGB Variations
Color information
#BF0821 (or 0xBF0821) is known color: Venetian Red. HEX triplet: BF, 08 and 21. RGB value is (191,8,33). Sum of RGB (Red+Green+Blue) = 191+8+33=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0821 is #40F7DE. Grayscale: #414141. Windows color (decimal): -4257759 or 2164927. OLE color: 2164927.
HSL color Cylindrical-coordinate representation of color #BF0821: hue angle of 351.8º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0821 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.25 |
| HSL | 351.8º | 0.92% | 0.39% | - |
| HSV(B) | 351.8º | 0.96% | 0.75% | - |
| XYZ | 21.85 | 11.36 | 2.48 | - |
| YUV | 65.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 33 | 0 | 0.96 | 0.83 | 0.25 | 351.8 | 0.92 | 0.39 |
| Hex | BF | 8 | 21 | 0 | 60 | 53 | 19 | 160 | 5C | 27 |
| Octal | 277 | 10 | 41 | 0 | 140 | 123 | 31 | 540 | 134 | 47 |
| Binary | 10111111 | 1000 | 100001 | 0 | 1100000 | 1010011 | 11001 | 101100000 | 1011100 | 100111 |
Color Harmonies of #BF0821
Complementary color
Monochromatic Colors of #BF0821
Black with #BF0821
Text Example
Text Example
White with #BF0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0821; }
p { color: rgb(191,8,33); }
H1.HeaderClassName
{
color: #BF0821;
}
.AnyTagClassName
{
color: #BF0821;
}
</style>
background-color css
<style>
a { background-color: #BF0821; }
a { background-color: rgb(191,8,33); }
div.DivClassName
{
background-color: #BF0821;
}
.BgClassName
{
background-color: #BF0821;
}
</style>
border-color css
<style>
span { border-color: #BF0821; }
span { border-color: rgb(191,8,33); }
td.TdClassName
{
border-color: #BF0821;
}
.TagClassName
{
border-color: #BF0821;
}
</style>