Shades of Venetian Red #BD040A
Tints of Venetian Red #BD040A
RGB
CMYK
RGB Variations
Color information
#BD040A (or 0xBD040A) is known color: Venetian Red. HEX triplet: BD, 04 and 0A. RGB value is (189,4,10). Sum of RGB (Red+Green+Blue) = 189+4+10=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD040A is #42FBF5. Grayscale: #3C3C3C. Windows color (decimal): -4389878 or 656573. OLE color: 656573.
HSL color Cylindrical-coordinate representation of color #BD040A: hue angle of 358.05º 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 #BD040A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.26 |
| HSL | 358.05º | 0.96% | 0.38% | - |
| HSV(B) | 358.05º | 0.98% | 0.74% | - |
| XYZ | 21.08 | 10.93 | 1.29 | - |
| YUV | 60 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 10 | 0 | 0.98 | 0.95 | 0.26 | 358.05 | 0.96 | 0.38 |
| Hex | BD | 4 | A | 0 | 62 | 5F | 1A | 166 | 60 | 26 |
| Octal | 275 | 4 | 12 | 0 | 142 | 137 | 32 | 546 | 140 | 46 |
| Binary | 10111101 | 100 | 1010 | 0 | 1100010 | 1011111 | 11010 | 101100110 | 1100000 | 100110 |
Color Harmonies of #BD040A
Complementary color
Monochromatic Colors of #BD040A
Black with #BD040A
Text Example
Text Example
White with #BD040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD040A; }
p { color: rgb(189,4,10); }
H1.HeaderClassName
{
color: #BD040A;
}
.AnyTagClassName
{
color: #BD040A;
}
</style>
background-color css
<style>
a { background-color: #BD040A; }
a { background-color: rgb(189,4,10); }
div.DivClassName
{
background-color: #BD040A;
}
.BgClassName
{
background-color: #BD040A;
}
</style>
border-color css
<style>
span { border-color: #BD040A; }
span { border-color: rgb(189,4,10); }
td.TdClassName
{
border-color: #BD040A;
}
.TagClassName
{
border-color: #BD040A;
}
</style>