Shades of Venetian Red #BD1018
Tints of Venetian Red #BD1018
RGB
CMYK
RGB Variations
Color information
#BD1018 (or 0xBD1018) is known color: Venetian Red. HEX triplet: BD, 10 and 18. RGB value is (189,16,24). Sum of RGB (Red+Green+Blue) = 189+16+24=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1018 is #42EFE7. Grayscale: #444444. Windows color (decimal): -4386792 or 1577149. OLE color: 1577149.
HSL color Cylindrical-coordinate representation of color #BD1018: hue angle of 357.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1018 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 24 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.26 |
| HSL | 357.23º | 0.84% | 0.4% | - |
| HSV(B) | 357.23º | 0.92% | 0.74% | - |
| XYZ | 21.34 | 11.26 | 1.91 | - |
| YUV | 68.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 24 | 0 | 0.92 | 0.87 | 0.26 | 357.23 | 0.84 | 0.4 |
| Hex | BD | 10 | 18 | 0 | 5C | 57 | 1A | 165 | 54 | 28 |
| Octal | 275 | 20 | 30 | 0 | 134 | 127 | 32 | 545 | 124 | 50 |
| Binary | 10111101 | 10000 | 11000 | 0 | 1011100 | 1010111 | 11010 | 101100101 | 1010100 | 101000 |
Color Harmonies of #BD1018
Complementary color
Monochromatic Colors of #BD1018
Black with #BD1018
Text Example
Text Example
White with #BD1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1018; }
p { color: rgb(189,16,24); }
H1.HeaderClassName
{
color: #BD1018;
}
.AnyTagClassName
{
color: #BD1018;
}
</style>
background-color css
<style>
a { background-color: #BD1018; }
a { background-color: rgb(189,16,24); }
div.DivClassName
{
background-color: #BD1018;
}
.BgClassName
{
background-color: #BD1018;
}
</style>
border-color css
<style>
span { border-color: #BD1018; }
span { border-color: rgb(189,16,24); }
td.TdClassName
{
border-color: #BD1018;
}
.TagClassName
{
border-color: #BD1018;
}
</style>