Shades of Venetian Red #BD060B
Tints of Venetian Red #BD060B
RGB
CMYK
RGB Variations
Color information
#BD060B (or 0xBD060B) is known color: Venetian Red. HEX triplet: BD, 06 and 0B. RGB value is (189,6,11). Sum of RGB (Red+Green+Blue) = 189+6+11=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD060B is #42F9F4. Grayscale: #3D3D3D. Windows color (decimal): -4389365 or 722621. OLE color: 722621.
HSL color Cylindrical-coordinate representation of color #BD060B: hue angle of 358.36º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.26 |
| HSL | 358.36º | 0.94% | 0.38% | - |
| HSV(B) | 358.36º | 0.97% | 0.74% | - |
| XYZ | 21.11 | 10.97 | 1.32 | - |
| YUV | 61.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 11 | 0 | 0.97 | 0.94 | 0.26 | 358.36 | 0.94 | 0.38 |
| Hex | BD | 6 | B | 0 | 61 | 5E | 1A | 166 | 5E | 26 |
| Octal | 275 | 6 | 13 | 0 | 141 | 136 | 32 | 546 | 136 | 46 |
| Binary | 10111101 | 110 | 1011 | 0 | 1100001 | 1011110 | 11010 | 101100110 | 1011110 | 100110 |
Color Harmonies of #BD060B
Complementary color
Monochromatic Colors of #BD060B
Black with #BD060B
Text Example
Text Example
White with #BD060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD060B; }
p { color: rgb(189,6,11); }
H1.HeaderClassName
{
color: #BD060B;
}
.AnyTagClassName
{
color: #BD060B;
}
</style>
background-color css
<style>
a { background-color: #BD060B; }
a { background-color: rgb(189,6,11); }
div.DivClassName
{
background-color: #BD060B;
}
.BgClassName
{
background-color: #BD060B;
}
</style>
border-color css
<style>
span { border-color: #BD060B; }
span { border-color: rgb(189,6,11); }
td.TdClassName
{
border-color: #BD060B;
}
.TagClassName
{
border-color: #BD060B;
}
</style>