Shades of Venetian Red #BD0A27
Tints of Venetian Red #BD0A27
RGB
CMYK
RGB Variations
Color information
#BD0A27 (or 0xBD0A27) is known color: Venetian Red. HEX triplet: BD, 0A and 27. RGB value is (189,10,39). Sum of RGB (Red+Green+Blue) = 189+10+39=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A27 is #42F5D8. Grayscale: #424242. Windows color (decimal): -4388313 or 2558653. OLE color: 2558653.
HSL color Cylindrical-coordinate representation of color #BD0A27: hue angle of 350.28º degrees, saturation: 0.9, 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 #BD0A27 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 39 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.26 |
| HSL | 350.28º | 0.9% | 0.39% | - |
| HSV(B) | 350.28º | 0.95% | 0.74% | - |
| XYZ | 21.46 | 11.18 | 2.95 | - |
| YUV | 66.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 39 | 0 | 0.95 | 0.79 | 0.26 | 350.28 | 0.9 | 0.39 |
| Hex | BD | A | 27 | 0 | 5F | 4F | 1A | 15E | 5A | 27 |
| Octal | 275 | 12 | 47 | 0 | 137 | 117 | 32 | 536 | 132 | 47 |
| Binary | 10111101 | 1010 | 100111 | 0 | 1011111 | 1001111 | 11010 | 101011110 | 1011010 | 100111 |
Color Harmonies of #BD0A27
Complementary color
Monochromatic Colors of #BD0A27
Black with #BD0A27
Text Example
Text Example
White with #BD0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A27; }
p { color: rgb(189,10,39); }
H1.HeaderClassName
{
color: #BD0A27;
}
.AnyTagClassName
{
color: #BD0A27;
}
</style>
background-color css
<style>
a { background-color: #BD0A27; }
a { background-color: rgb(189,10,39); }
div.DivClassName
{
background-color: #BD0A27;
}
.BgClassName
{
background-color: #BD0A27;
}
</style>
border-color css
<style>
span { border-color: #BD0A27; }
span { border-color: rgb(189,10,39); }
td.TdClassName
{
border-color: #BD0A27;
}
.TagClassName
{
border-color: #BD0A27;
}
</style>