Shades of Venetian Red #BD060A
Tints of Venetian Red #BD060A
RGB
CMYK
RGB Variations
Color information
#BD060A (or 0xBD060A) is known color: Venetian Red. HEX triplet: BD, 06 and 0A. RGB value is (189,6,10). Sum of RGB (Red+Green+Blue) = 189+6+10=205 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.20% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 189 - color contains mainly: red. Hex color #BD060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD060A is #42F9F5. Grayscale: #3D3D3D. Windows color (decimal): -4389366 or 657085. OLE color: 657085.
HSL color Cylindrical-coordinate representation of color #BD060A: hue angle of 358.69º 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 #BD060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.26 |
| HSL | 358.69º | 0.94% | 0.38% | - |
| HSV(B) | 358.69º | 0.97% | 0.74% | - |
| XYZ | 21.11 | 10.97 | 1.29 | - |
| YUV | 61.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 10 | 0 | 0.97 | 0.95 | 0.26 | 358.69 | 0.94 | 0.38 |
| Hex | BD | 6 | A | 0 | 61 | 5F | 1A | 167 | 5E | 26 |
| Octal | 275 | 6 | 12 | 0 | 141 | 137 | 32 | 547 | 136 | 46 |
| Binary | 10111101 | 110 | 1010 | 0 | 1100001 | 1011111 | 11010 | 101100111 | 1011110 | 100110 |
Color Harmonies of #BD060A
Complementary color
Monochromatic Colors of #BD060A
Black with #BD060A
Text Example
Text Example
White with #BD060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD060A; }
p { color: rgb(189,6,10); }
H1.HeaderClassName
{
color: #BD060A;
}
.AnyTagClassName
{
color: #BD060A;
}
</style>
background-color css
<style>
a { background-color: #BD060A; }
a { background-color: rgb(189,6,10); }
div.DivClassName
{
background-color: #BD060A;
}
.BgClassName
{
background-color: #BD060A;
}
</style>
border-color css
<style>
span { border-color: #BD060A; }
span { border-color: rgb(189,6,10); }
td.TdClassName
{
border-color: #BD060A;
}
.TagClassName
{
border-color: #BD060A;
}
</style>