Shades of Venetian Red #BD0226
Tints of Venetian Red #BD0226
RGB
CMYK
RGB Variations
Color information
#BD0226 (or 0xBD0226) is known color: Venetian Red. HEX triplet: BD, 02 and 26. RGB value is (189,2,38). Sum of RGB (Red+Green+Blue) = 189+2+38=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0226 is #42FDD9. Grayscale: #3E3E3E. Windows color (decimal): -4390362 or 2491069. OLE color: 2491069.
HSL color Cylindrical-coordinate representation of color #BD0226: hue angle of 348.45º 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 #BD0226 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.26 |
| HSL | 348.45º | 0.98% | 0.37% | - |
| HSV(B) | 348.45º | 0.99% | 0.74% | - |
| XYZ | 21.36 | 11 | 2.83 | - |
| YUV | 62.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 38 | 0 | 0.99 | 0.80 | 0.26 | 348.45 | 0.98 | 0.37 |
| Hex | BD | 2 | 26 | 0 | 63 | 50 | 1A | 15C | 62 | 25 |
| Octal | 275 | 2 | 46 | 0 | 143 | 120 | 32 | 534 | 142 | 45 |
| Binary | 10111101 | 10 | 100110 | 0 | 1100011 | 1010000 | 11010 | 101011100 | 1100010 | 100101 |
Color Harmonies of #BD0226
Complementary color
Monochromatic Colors of #BD0226
Black with #BD0226
Text Example
Text Example
White with #BD0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0226; }
p { color: rgb(189,2,38); }
H1.HeaderClassName
{
color: #BD0226;
}
.AnyTagClassName
{
color: #BD0226;
}
</style>
background-color css
<style>
a { background-color: #BD0226; }
a { background-color: rgb(189,2,38); }
div.DivClassName
{
background-color: #BD0226;
}
.BgClassName
{
background-color: #BD0226;
}
</style>
border-color css
<style>
span { border-color: #BD0226; }
span { border-color: rgb(189,2,38); }
td.TdClassName
{
border-color: #BD0226;
}
.TagClassName
{
border-color: #BD0226;
}
</style>