Shades of Venetian Red #BD040D
Tints of Venetian Red #BD040D
RGB
CMYK
RGB Variations
Color information
#BD040D (or 0xBD040D) is known color: Venetian Red. HEX triplet: BD, 04 and 0D. RGB value is (189,4,13). Sum of RGB (Red+Green+Blue) = 189+4+13=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD040D is #42FBF2. Grayscale: #3C3C3C. Windows color (decimal): -4389875 or 853181. OLE color: 853181.
HSL color Cylindrical-coordinate representation of color #BD040D: hue angle of 357.08º degrees, saturation: 0.96, 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 #BD040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.26 |
| HSL | 357.08º | 0.96% | 0.38% | - |
| HSV(B) | 357.08º | 0.98% | 0.74% | - |
| XYZ | 21.1 | 10.93 | 1.38 | - |
| YUV | 60.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 13 | 0 | 0.98 | 0.93 | 0.26 | 357.08 | 0.96 | 0.38 |
| Hex | BD | 4 | D | 0 | 62 | 5D | 1A | 165 | 60 | 26 |
| Octal | 275 | 4 | 15 | 0 | 142 | 135 | 32 | 545 | 140 | 46 |
| Binary | 10111101 | 100 | 1101 | 0 | 1100010 | 1011101 | 11010 | 101100101 | 1100000 | 100110 |
Color Harmonies of #BD040D
Complementary color
Monochromatic Colors of #BD040D
Black with #BD040D
Text Example
Text Example
White with #BD040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD040D; }
p { color: rgb(189,4,13); }
H1.HeaderClassName
{
color: #BD040D;
}
.AnyTagClassName
{
color: #BD040D;
}
</style>
background-color css
<style>
a { background-color: #BD040D; }
a { background-color: rgb(189,4,13); }
div.DivClassName
{
background-color: #BD040D;
}
.BgClassName
{
background-color: #BD040D;
}
</style>
border-color css
<style>
span { border-color: #BD040D; }
span { border-color: rgb(189,4,13); }
td.TdClassName
{
border-color: #BD040D;
}
.TagClassName
{
border-color: #BD040D;
}
</style>