Shades of Venetian Red #BD0922
Tints of Venetian Red #BD0922
RGB
CMYK
RGB Variations
Color information
#BD0922 (or 0xBD0922) is known color: Venetian Red. HEX triplet: BD, 09 and 22. RGB value is (189,9,34). Sum of RGB (Red+Green+Blue) = 189+9+34=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0922 is #42F6DD. Grayscale: #414141. Windows color (decimal): -4388574 or 2230717. OLE color: 2230717.
HSL color Cylindrical-coordinate representation of color #BD0922: hue angle of 351.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0922 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.26 |
| HSL | 351.67º | 0.91% | 0.39% | - |
| HSV(B) | 351.67º | 0.95% | 0.74% | - |
| XYZ | 21.37 | 11.13 | 2.54 | - |
| YUV | 65.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 34 | 0 | 0.95 | 0.82 | 0.26 | 351.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 22 | 0 | 5F | 52 | 1A | 160 | 5B | 27 |
| Octal | 275 | 11 | 42 | 0 | 137 | 122 | 32 | 540 | 133 | 47 |
| Binary | 10111101 | 1001 | 100010 | 0 | 1011111 | 1010010 | 11010 | 101100000 | 1011011 | 100111 |
Color Harmonies of #BD0922
Complementary color
Monochromatic Colors of #BD0922
Black with #BD0922
Text Example
Text Example
White with #BD0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0922; }
p { color: rgb(189,9,34); }
H1.HeaderClassName
{
color: #BD0922;
}
.AnyTagClassName
{
color: #BD0922;
}
</style>
background-color css
<style>
a { background-color: #BD0922; }
a { background-color: rgb(189,9,34); }
div.DivClassName
{
background-color: #BD0922;
}
.BgClassName
{
background-color: #BD0922;
}
</style>
border-color css
<style>
span { border-color: #BD0922; }
span { border-color: rgb(189,9,34); }
td.TdClassName
{
border-color: #BD0922;
}
.TagClassName
{
border-color: #BD0922;
}
</style>