Shades of Venetian Red #BD010C
Tints of Venetian Red #BD010C
RGB
CMYK
RGB Variations
Color information
#BD010C (or 0xBD010C) is known color: Venetian Red. HEX triplet: BD, 01 and 0C. RGB value is (189,1,12). Sum of RGB (Red+Green+Blue) = 189+1+12=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD010C is #42FEF3. Grayscale: #3A3A3A. Windows color (decimal): -4390644 or 786877. OLE color: 786877.
HSL color Cylindrical-coordinate representation of color #BD010C: hue angle of 356.49º degrees, saturation: 0.99, 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 #BD010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.26 |
| HSL | 356.49º | 0.99% | 0.37% | - |
| HSV(B) | 356.49º | 0.99% | 0.74% | - |
| XYZ | 21.06 | 10.87 | 1.34 | - |
| YUV | 58.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 12 | 0 | 0.99 | 0.94 | 0.26 | 356.49 | 0.99 | 0.37 |
| Hex | BD | 1 | C | 0 | 63 | 5E | 1A | 164 | 63 | 25 |
| Octal | 275 | 1 | 14 | 0 | 143 | 136 | 32 | 544 | 143 | 45 |
| Binary | 10111101 | 1 | 1100 | 0 | 1100011 | 1011110 | 11010 | 101100100 | 1100011 | 100101 |
Color Harmonies of #BD010C
Complementary color
Monochromatic Colors of #BD010C
Black with #BD010C
Text Example
Text Example
White with #BD010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD010C; }
p { color: rgb(189,1,12); }
H1.HeaderClassName
{
color: #BD010C;
}
.AnyTagClassName
{
color: #BD010C;
}
</style>
background-color css
<style>
a { background-color: #BD010C; }
a { background-color: rgb(189,1,12); }
div.DivClassName
{
background-color: #BD010C;
}
.BgClassName
{
background-color: #BD010C;
}
</style>
border-color css
<style>
span { border-color: #BD010C; }
span { border-color: rgb(189,1,12); }
td.TdClassName
{
border-color: #BD010C;
}
.TagClassName
{
border-color: #BD010C;
}
</style>