Shades of Venetian Red #BD070D
Tints of Venetian Red #BD070D
RGB
CMYK
RGB Variations
Color information
#BD070D (or 0xBD070D) is known color: Venetian Red. HEX triplet: BD, 07 and 0D. RGB value is (189,7,13). Sum of RGB (Red+Green+Blue) = 189+7+13=209 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.43% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 189 - color contains mainly: red. Hex color #BD070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD070D is #42F8F2. Grayscale: #3E3E3E. Windows color (decimal): -4389107 or 853949. OLE color: 853949.
HSL color Cylindrical-coordinate representation of color #BD070D: hue angle of 358.02º 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 #BD070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.26 |
| HSL | 358.02º | 0.93% | 0.38% | - |
| HSV(B) | 358.02º | 0.96% | 0.74% | - |
| XYZ | 21.13 | 11 | 1.39 | - |
| YUV | 62.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 13 | 0 | 0.96 | 0.93 | 0.26 | 358.02 | 0.93 | 0.38 |
| Hex | BD | 7 | D | 0 | 60 | 5D | 1A | 166 | 5D | 26 |
| Octal | 275 | 7 | 15 | 0 | 140 | 135 | 32 | 546 | 135 | 46 |
| Binary | 10111101 | 111 | 1101 | 0 | 1100000 | 1011101 | 11010 | 101100110 | 1011101 | 100110 |
Color Harmonies of #BD070D
Complementary color
Monochromatic Colors of #BD070D
Black with #BD070D
Text Example
Text Example
White with #BD070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD070D; }
p { color: rgb(189,7,13); }
H1.HeaderClassName
{
color: #BD070D;
}
.AnyTagClassName
{
color: #BD070D;
}
</style>
background-color css
<style>
a { background-color: #BD070D; }
a { background-color: rgb(189,7,13); }
div.DivClassName
{
background-color: #BD070D;
}
.BgClassName
{
background-color: #BD070D;
}
</style>
border-color css
<style>
span { border-color: #BD070D; }
span { border-color: rgb(189,7,13); }
td.TdClassName
{
border-color: #BD070D;
}
.TagClassName
{
border-color: #BD070D;
}
</style>