Shades of Venetian Red #BD0104
Tints of Venetian Red #BD0104
RGB
CMYK
RGB Variations
Color information
#BD0104 (or 0xBD0104) is known color: Venetian Red. HEX triplet: BD, 01 and 04. RGB value is (189,1,4). Sum of RGB (Red+Green+Blue) = 189+1+4=194 (25% of max value = 765). Red value is 189 (74.22% from 255 or 97.42% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0104 is #42FEFB. Grayscale: #393939. Windows color (decimal): -4390652 or 262589. OLE color: 262589.
HSL color Cylindrical-coordinate representation of color #BD0104: hue angle of 359.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.26 |
| HSL | 359.04º | 0.99% | 0.37% | - |
| HSV(B) | 359.04º | 0.99% | 0.74% | - |
| XYZ | 21.02 | 10.85 | 1.1 | - |
| YUV | 57.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 4 | 0 | 0.99 | 0.98 | 0.26 | 359.04 | 0.99 | 0.37 |
| Hex | BD | 1 | 4 | 0 | 63 | 62 | 1A | 167 | 63 | 25 |
| Octal | 275 | 1 | 4 | 0 | 143 | 142 | 32 | 547 | 143 | 45 |
| Binary | 10111101 | 1 | 100 | 0 | 1100011 | 1100010 | 11010 | 101100111 | 1100011 | 100101 |
Color Harmonies of #BD0104
Complementary color
Monochromatic Colors of #BD0104
Black with #BD0104
Text Example
Text Example
White with #BD0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0104; }
p { color: rgb(189,1,4); }
H1.HeaderClassName
{
color: #BD0104;
}
.AnyTagClassName
{
color: #BD0104;
}
</style>
background-color css
<style>
a { background-color: #BD0104; }
a { background-color: rgb(189,1,4); }
div.DivClassName
{
background-color: #BD0104;
}
.BgClassName
{
background-color: #BD0104;
}
</style>
border-color css
<style>
span { border-color: #BD0104; }
span { border-color: rgb(189,1,4); }
td.TdClassName
{
border-color: #BD0104;
}
.TagClassName
{
border-color: #BD0104;
}
</style>