Shades of Venetian Red #BD070C
Tints of Venetian Red #BD070C
RGB
CMYK
RGB Variations
Color information
#BD070C (or 0xBD070C) is known color: Venetian Red. HEX triplet: BD, 07 and 0C. RGB value is (189,7,12). Sum of RGB (Red+Green+Blue) = 189+7+12=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD070C is #42F8F3. Grayscale: #3E3E3E. Windows color (decimal): -4389108 or 788413. OLE color: 788413.
HSL color Cylindrical-coordinate representation of color #BD070C: hue angle of 358.35º 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 #BD070C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.26 |
| HSL | 358.35º | 0.93% | 0.38% | - |
| HSV(B) | 358.35º | 0.96% | 0.74% | - |
| XYZ | 21.13 | 11 | 1.36 | - |
| YUV | 61.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 12 | 0 | 0.96 | 0.94 | 0.26 | 358.35 | 0.93 | 0.38 |
| Hex | BD | 7 | C | 0 | 60 | 5E | 1A | 166 | 5D | 26 |
| Octal | 275 | 7 | 14 | 0 | 140 | 136 | 32 | 546 | 135 | 46 |
| Binary | 10111101 | 111 | 1100 | 0 | 1100000 | 1011110 | 11010 | 101100110 | 1011101 | 100110 |
Color Harmonies of #BD070C
Complementary color
Monochromatic Colors of #BD070C
Black with #BD070C
Text Example
Text Example
White with #BD070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD070C; }
p { color: rgb(189,7,12); }
H1.HeaderClassName
{
color: #BD070C;
}
.AnyTagClassName
{
color: #BD070C;
}
</style>
background-color css
<style>
a { background-color: #BD070C; }
a { background-color: rgb(189,7,12); }
div.DivClassName
{
background-color: #BD070C;
}
.BgClassName
{
background-color: #BD070C;
}
</style>
border-color css
<style>
span { border-color: #BD070C; }
span { border-color: rgb(189,7,12); }
td.TdClassName
{
border-color: #BD070C;
}
.TagClassName
{
border-color: #BD070C;
}
</style>