Shades of Venetian Red #BD082B
Tints of Venetian Red #BD082B
RGB
CMYK
RGB Variations
Color information
#BD082B (or 0xBD082B) is known color: Venetian Red. HEX triplet: BD, 08 and 2B. RGB value is (189,8,43). Sum of RGB (Red+Green+Blue) = 189+8+43=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082B is #42F7D4. Grayscale: #424242. Windows color (decimal): -4388821 or 2820285. OLE color: 2820285.
HSL color Cylindrical-coordinate representation of color #BD082B: hue angle of 348.4º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD082B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.26 |
| HSL | 348.4º | 0.92% | 0.39% | - |
| HSV(B) | 348.4º | 0.96% | 0.74% | - |
| XYZ | 21.51 | 11.17 | 3.31 | - |
| YUV | 66.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 43 | 0 | 0.96 | 0.77 | 0.26 | 348.4 | 0.92 | 0.39 |
| Hex | BD | 8 | 2B | 0 | 60 | 4D | 1A | 15C | 5C | 27 |
| Octal | 275 | 10 | 53 | 0 | 140 | 115 | 32 | 534 | 134 | 47 |
| Binary | 10111101 | 1000 | 101011 | 0 | 1100000 | 1001101 | 11010 | 101011100 | 1011100 | 100111 |
Color Harmonies of #BD082B
Complementary color
Monochromatic Colors of #BD082B
Black with #BD082B
Text Example
Text Example
White with #BD082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD082B; }
p { color: rgb(189,8,43); }
H1.HeaderClassName
{
color: #BD082B;
}
.AnyTagClassName
{
color: #BD082B;
}
</style>
background-color css
<style>
a { background-color: #BD082B; }
a { background-color: rgb(189,8,43); }
div.DivClassName
{
background-color: #BD082B;
}
.BgClassName
{
background-color: #BD082B;
}
</style>
border-color css
<style>
span { border-color: #BD082B; }
span { border-color: rgb(189,8,43); }
td.TdClassName
{
border-color: #BD082B;
}
.TagClassName
{
border-color: #BD082B;
}
</style>