Shades of Venetian Red #BD0325
Tints of Venetian Red #BD0325
RGB
CMYK
RGB Variations
Color information
#BD0325 (or 0xBD0325) is known color: Venetian Red. HEX triplet: BD, 03 and 25. RGB value is (189,3,37). Sum of RGB (Red+Green+Blue) = 189+3+37=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0325 is #42FCDA. Grayscale: #3E3E3E. Windows color (decimal): -4390107 or 2425789. OLE color: 2425789.
HSL color Cylindrical-coordinate representation of color #BD0325: hue angle of 349.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0325 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.26 |
| HSL | 349.03º | 0.97% | 0.38% | - |
| HSV(B) | 349.03º | 0.98% | 0.74% | - |
| XYZ | 21.35 | 11.02 | 2.75 | - |
| YUV | 62.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 37 | 0 | 0.98 | 0.80 | 0.26 | 349.03 | 0.97 | 0.38 |
| Hex | BD | 3 | 25 | 0 | 62 | 50 | 1A | 15D | 61 | 26 |
| Octal | 275 | 3 | 45 | 0 | 142 | 120 | 32 | 535 | 141 | 46 |
| Binary | 10111101 | 11 | 100101 | 0 | 1100010 | 1010000 | 11010 | 101011101 | 1100001 | 100110 |
Color Harmonies of #BD0325
Complementary color
Monochromatic Colors of #BD0325
Black with #BD0325
Text Example
Text Example
White with #BD0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0325; }
p { color: rgb(189,3,37); }
H1.HeaderClassName
{
color: #BD0325;
}
.AnyTagClassName
{
color: #BD0325;
}
</style>
background-color css
<style>
a { background-color: #BD0325; }
a { background-color: rgb(189,3,37); }
div.DivClassName
{
background-color: #BD0325;
}
.BgClassName
{
background-color: #BD0325;
}
</style>
border-color css
<style>
span { border-color: #BD0325; }
span { border-color: rgb(189,3,37); }
td.TdClassName
{
border-color: #BD0325;
}
.TagClassName
{
border-color: #BD0325;
}
</style>