Shades of Venetian Red #BD0622
Tints of Venetian Red #BD0622
RGB
CMYK
RGB Variations
Color information
#BD0622 (or 0xBD0622) is known color: Venetian Red. HEX triplet: BD, 06 and 22. RGB value is (189,6,34). Sum of RGB (Red+Green+Blue) = 189+6+34=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0622 is #42F9DD. Grayscale: #3F3F3F. Windows color (decimal): -4389342 or 2229949. OLE color: 2229949.
HSL color Cylindrical-coordinate representation of color #BD0622: hue angle of 350.82º 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 #BD0622 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.26 |
| HSL | 350.82º | 0.94% | 0.38% | - |
| HSV(B) | 350.82º | 0.97% | 0.74% | - |
| XYZ | 21.34 | 11.06 | 2.52 | - |
| YUV | 63.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 34 | 0 | 0.97 | 0.82 | 0.26 | 350.82 | 0.94 | 0.38 |
| Hex | BD | 6 | 22 | 0 | 61 | 52 | 1A | 15F | 5E | 26 |
| Octal | 275 | 6 | 42 | 0 | 141 | 122 | 32 | 537 | 136 | 46 |
| Binary | 10111101 | 110 | 100010 | 0 | 1100001 | 1010010 | 11010 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BD0622
Complementary color
Monochromatic Colors of #BD0622
Black with #BD0622
Text Example
Text Example
White with #BD0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0622; }
p { color: rgb(189,6,34); }
H1.HeaderClassName
{
color: #BD0622;
}
.AnyTagClassName
{
color: #BD0622;
}
</style>
background-color css
<style>
a { background-color: #BD0622; }
a { background-color: rgb(189,6,34); }
div.DivClassName
{
background-color: #BD0622;
}
.BgClassName
{
background-color: #BD0622;
}
</style>
border-color css
<style>
span { border-color: #BD0622; }
span { border-color: rgb(189,6,34); }
td.TdClassName
{
border-color: #BD0622;
}
.TagClassName
{
border-color: #BD0622;
}
</style>