Shades of Venetian Red #B60D1D
Tints of Venetian Red #B60D1D
RGB
CMYK
RGB Variations
Color information
#B60D1D (or 0xB60D1D) is known color: Venetian Red. HEX triplet: B6, 0D and 1D. RGB value is (182,13,29). Sum of RGB (Red+Green+Blue) = 182+13+29=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D1D is #49F2E2. Grayscale: #414141. Windows color (decimal): -4846307 or 1904054. OLE color: 1904054.
HSL color Cylindrical-coordinate representation of color #B60D1D: hue angle of 354.32º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60D1D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 29 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.29 |
| HSL | 354.32º | 0.87% | 0.38% | - |
| HSV(B) | 354.32º | 0.93% | 0.71% | - |
| XYZ | 19.66 | 10.32 | 2.12 | - |
| YUV | 65.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 29 | 0 | 0.93 | 0.84 | 0.29 | 354.32 | 0.87 | 0.38 |
| Hex | B6 | D | 1D | 0 | 5D | 54 | 1D | 162 | 57 | 26 |
| Octal | 266 | 15 | 35 | 0 | 135 | 124 | 35 | 542 | 127 | 46 |
| Binary | 10110110 | 1101 | 11101 | 0 | 1011101 | 1010100 | 11101 | 101100010 | 1010111 | 100110 |
Color Harmonies of #B60D1D
Complementary color
Monochromatic Colors of #B60D1D
Black with #B60D1D
Text Example
Text Example
White with #B60D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D1D; }
p { color: rgb(182,13,29); }
H1.HeaderClassName
{
color: #B60D1D;
}
.AnyTagClassName
{
color: #B60D1D;
}
</style>
background-color css
<style>
a { background-color: #B60D1D; }
a { background-color: rgb(182,13,29); }
div.DivClassName
{
background-color: #B60D1D;
}
.BgClassName
{
background-color: #B60D1D;
}
</style>
border-color css
<style>
span { border-color: #B60D1D; }
span { border-color: rgb(182,13,29); }
td.TdClassName
{
border-color: #B60D1D;
}
.TagClassName
{
border-color: #B60D1D;
}
</style>