Shades of Venetian Red #BD031F
Tints of Venetian Red #BD031F
RGB
CMYK
RGB Variations
Color information
#BD031F (or 0xBD031F) is known color: Venetian Red. HEX triplet: BD, 03 and 1F. RGB value is (189,3,31). Sum of RGB (Red+Green+Blue) = 189+3+31=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD031F is #42FCE0. Grayscale: #3D3D3D. Windows color (decimal): -4390113 or 2032573. OLE color: 2032573.
HSL color Cylindrical-coordinate representation of color #BD031F: hue angle of 350.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD031F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.26 |
| HSL | 350.97º | 0.97% | 0.38% | - |
| HSV(B) | 350.97º | 0.98% | 0.74% | - |
| XYZ | 21.27 | 10.98 | 2.3 | - |
| YUV | 61.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 31 | 0 | 0.98 | 0.84 | 0.26 | 350.97 | 0.97 | 0.38 |
| Hex | BD | 3 | 1F | 0 | 62 | 54 | 1A | 15F | 61 | 26 |
| Octal | 275 | 3 | 37 | 0 | 142 | 124 | 32 | 537 | 141 | 46 |
| Binary | 10111101 | 11 | 11111 | 0 | 1100010 | 1010100 | 11010 | 101011111 | 1100001 | 100110 |
Color Harmonies of #BD031F
Complementary color
Monochromatic Colors of #BD031F
Black with #BD031F
Text Example
Text Example
White with #BD031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD031F; }
p { color: rgb(189,3,31); }
H1.HeaderClassName
{
color: #BD031F;
}
.AnyTagClassName
{
color: #BD031F;
}
</style>
background-color css
<style>
a { background-color: #BD031F; }
a { background-color: rgb(189,3,31); }
div.DivClassName
{
background-color: #BD031F;
}
.BgClassName
{
background-color: #BD031F;
}
</style>
border-color css
<style>
span { border-color: #BD031F; }
span { border-color: rgb(189,3,31); }
td.TdClassName
{
border-color: #BD031F;
}
.TagClassName
{
border-color: #BD031F;
}
</style>