Shades of Venetian Red #BD0008
Tints of Venetian Red #BD0008
RGB
CMYK
RGB Variations
Color information
#BD0008 (or 0xBD0008) is known color: Venetian Red. HEX triplet: BD, 00 and 08. RGB value is (189,0,8). Sum of RGB (Red+Green+Blue) = 189+0+8=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0008 is #42FFF7. Grayscale: #393939. Windows color (decimal): -4390904 or 524477. OLE color: 524477.
HSL color Cylindrical-coordinate representation of color #BD0008: hue angle of 357.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.26 |
| HSL | 357.46º | 1% | 0.37% | - |
| HSV(B) | 357.46º | 1% | 0.74% | - |
| XYZ | 21.03 | 10.84 | 1.21 | - |
| YUV | 57.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 8 | 0 | 1 | 0.96 | 0.26 | 357.46 | 1 | 0.37 |
| Hex | BD | 0 | 8 | 0 | 64 | 60 | 1A | 165 | 64 | 25 |
| Octal | 275 | 0 | 10 | 0 | 144 | 140 | 32 | 545 | 144 | 45 |
| Binary | 10111101 | 0 | 1000 | 0 | 1100100 | 1100000 | 11010 | 101100101 | 1100100 | 100101 |
Color Harmonies of #BD0008
Complementary color
Monochromatic Colors of #BD0008
Black with #BD0008
Text Example
Text Example
White with #BD0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0008; }
p { color: rgb(189,0,8); }
H1.HeaderClassName
{
color: #BD0008;
}
.AnyTagClassName
{
color: #BD0008;
}
</style>
background-color css
<style>
a { background-color: #BD0008; }
a { background-color: rgb(189,0,8); }
div.DivClassName
{
background-color: #BD0008;
}
.BgClassName
{
background-color: #BD0008;
}
</style>
border-color css
<style>
span { border-color: #BD0008; }
span { border-color: rgb(189,0,8); }
td.TdClassName
{
border-color: #BD0008;
}
.TagClassName
{
border-color: #BD0008;
}
</style>