Shades of Venetian Red #BD092A
Tints of Venetian Red #BD092A
RGB
CMYK
RGB Variations
Color information
#BD092A (or 0xBD092A) is known color: Venetian Red. HEX triplet: BD, 09 and 2A. RGB value is (189,9,42). Sum of RGB (Red+Green+Blue) = 189+9+42=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092A is #42F6D5. Grayscale: #424242. Windows color (decimal): -4388566 or 2755005. OLE color: 2755005.
HSL color Cylindrical-coordinate representation of color #BD092A: hue angle of 349º 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 #BD092A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.26 |
| HSL | 349º | 0.91% | 0.39% | - |
| HSV(B) | 349º | 0.95% | 0.74% | - |
| XYZ | 21.5 | 11.18 | 3.22 | - |
| YUV | 66.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 42 | 0 | 0.95 | 0.78 | 0.26 | 349 | 0.91 | 0.39 |
| Hex | BD | 9 | 2A | 0 | 5F | 4E | 1A | 15D | 5B | 27 |
| Octal | 275 | 11 | 52 | 0 | 137 | 116 | 32 | 535 | 133 | 47 |
| Binary | 10111101 | 1001 | 101010 | 0 | 1011111 | 1001110 | 11010 | 101011101 | 1011011 | 100111 |
Color Harmonies of #BD092A
Complementary color
Monochromatic Colors of #BD092A
Black with #BD092A
Text Example
Text Example
White with #BD092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD092A; }
p { color: rgb(189,9,42); }
H1.HeaderClassName
{
color: #BD092A;
}
.AnyTagClassName
{
color: #BD092A;
}
</style>
background-color css
<style>
a { background-color: #BD092A; }
a { background-color: rgb(189,9,42); }
div.DivClassName
{
background-color: #BD092A;
}
.BgClassName
{
background-color: #BD092A;
}
</style>
border-color css
<style>
span { border-color: #BD092A; }
span { border-color: rgb(189,9,42); }
td.TdClassName
{
border-color: #BD092A;
}
.TagClassName
{
border-color: #BD092A;
}
</style>