Shades of Venetian Red #BD021B
Tints of Venetian Red #BD021B
RGB
CMYK
RGB Variations
Color information
#BD021B (or 0xBD021B) is known color: Venetian Red. HEX triplet: BD, 02 and 1B. RGB value is (189,2,27). Sum of RGB (Red+Green+Blue) = 189+2+27=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD021B is #42FDE4. Grayscale: #3C3C3C. Windows color (decimal): -4390373 or 1770173. OLE color: 1770173.
HSL color Cylindrical-coordinate representation of color #BD021B: hue angle of 351.98º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.26 |
| HSL | 351.98º | 0.98% | 0.37% | - |
| HSV(B) | 351.98º | 0.99% | 0.74% | - |
| XYZ | 21.21 | 10.94 | 2.03 | - |
| YUV | 60.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 27 | 0 | 0.99 | 0.86 | 0.26 | 351.98 | 0.98 | 0.37 |
| Hex | BD | 2 | 1B | 0 | 63 | 56 | 1A | 160 | 62 | 25 |
| Octal | 275 | 2 | 33 | 0 | 143 | 126 | 32 | 540 | 142 | 45 |
| Binary | 10111101 | 10 | 11011 | 0 | 1100011 | 1010110 | 11010 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BD021B
Complementary color
Monochromatic Colors of #BD021B
Black with #BD021B
Text Example
Text Example
White with #BD021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD021B; }
p { color: rgb(189,2,27); }
H1.HeaderClassName
{
color: #BD021B;
}
.AnyTagClassName
{
color: #BD021B;
}
</style>
background-color css
<style>
a { background-color: #BD021B; }
a { background-color: rgb(189,2,27); }
div.DivClassName
{
background-color: #BD021B;
}
.BgClassName
{
background-color: #BD021B;
}
</style>
border-color css
<style>
span { border-color: #BD021B; }
span { border-color: rgb(189,2,27); }
td.TdClassName
{
border-color: #BD021B;
}
.TagClassName
{
border-color: #BD021B;
}
</style>