Shades of Venetian Red #BD070F
Tints of Venetian Red #BD070F
RGB
CMYK
RGB Variations
Color information
#BD070F (or 0xBD070F) is known color: Venetian Red. HEX triplet: BD, 07 and 0F. RGB value is (189,7,15). Sum of RGB (Red+Green+Blue) = 189+7+15=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD070F is #42F8F0. Grayscale: #3E3E3E. Windows color (decimal): -4389105 or 985021. OLE color: 985021.
HSL color Cylindrical-coordinate representation of color #BD070F: hue angle of 357.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD070F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.26 |
| HSL | 357.36º | 0.93% | 0.38% | - |
| HSV(B) | 357.36º | 0.96% | 0.74% | - |
| XYZ | 21.15 | 11.01 | 1.46 | - |
| YUV | 62.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 15 | 0 | 0.96 | 0.92 | 0.26 | 357.36 | 0.93 | 0.38 |
| Hex | BD | 7 | F | 0 | 60 | 5C | 1A | 165 | 5D | 26 |
| Octal | 275 | 7 | 17 | 0 | 140 | 134 | 32 | 545 | 135 | 46 |
| Binary | 10111101 | 111 | 1111 | 0 | 1100000 | 1011100 | 11010 | 101100101 | 1011101 | 100110 |
Color Harmonies of #BD070F
Complementary color
Monochromatic Colors of #BD070F
Black with #BD070F
Text Example
Text Example
White with #BD070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD070F; }
p { color: rgb(189,7,15); }
H1.HeaderClassName
{
color: #BD070F;
}
.AnyTagClassName
{
color: #BD070F;
}
</style>
background-color css
<style>
a { background-color: #BD070F; }
a { background-color: rgb(189,7,15); }
div.DivClassName
{
background-color: #BD070F;
}
.BgClassName
{
background-color: #BD070F;
}
</style>
border-color css
<style>
span { border-color: #BD070F; }
span { border-color: rgb(189,7,15); }
td.TdClassName
{
border-color: #BD070F;
}
.TagClassName
{
border-color: #BD070F;
}
</style>