Shades of Venetian Red #BD101F
Tints of Venetian Red #BD101F
RGB
CMYK
RGB Variations
Color information
#BD101F (or 0xBD101F) is known color: Venetian Red. HEX triplet: BD, 10 and 1F. RGB value is (189,16,31). Sum of RGB (Red+Green+Blue) = 189+16+31=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD101F is #42EFE0. Grayscale: #454545. Windows color (decimal): -4386785 or 2035901. OLE color: 2035901.
HSL color Cylindrical-coordinate representation of color #BD101F: hue angle of 354.8º 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 #BD101F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 31 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.26 |
| HSL | 354.8º | 0.84% | 0.4% | - |
| HSV(B) | 354.8º | 0.92% | 0.74% | - |
| XYZ | 21.42 | 11.29 | 2.35 | - |
| YUV | 69.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 31 | 0 | 0.92 | 0.84 | 0.26 | 354.8 | 0.84 | 0.4 |
| Hex | BD | 10 | 1F | 0 | 5C | 54 | 1A | 163 | 54 | 28 |
| Octal | 275 | 20 | 37 | 0 | 134 | 124 | 32 | 543 | 124 | 50 |
| Binary | 10111101 | 10000 | 11111 | 0 | 1011100 | 1010100 | 11010 | 101100011 | 1010100 | 101000 |
Color Harmonies of #BD101F
Complementary color
Monochromatic Colors of #BD101F
Black with #BD101F
Text Example
Text Example
White with #BD101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD101F; }
p { color: rgb(189,16,31); }
H1.HeaderClassName
{
color: #BD101F;
}
.AnyTagClassName
{
color: #BD101F;
}
</style>
background-color css
<style>
a { background-color: #BD101F; }
a { background-color: rgb(189,16,31); }
div.DivClassName
{
background-color: #BD101F;
}
.BgClassName
{
background-color: #BD101F;
}
</style>
border-color css
<style>
span { border-color: #BD101F; }
span { border-color: rgb(189,16,31); }
td.TdClassName
{
border-color: #BD101F;
}
.TagClassName
{
border-color: #BD101F;
}
</style>