Shades of Venetian Red #B60D1F
Tints of Venetian Red #B60D1F
RGB
CMYK
RGB Variations
Color information
#B60D1F (or 0xB60D1F) is known color: Venetian Red. HEX triplet: B6, 0D and 1F. RGB value is (182,13,31). Sum of RGB (Red+Green+Blue) = 182+13+31=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D1F is #49F2E0. Grayscale: #414141. Windows color (decimal): -4846305 or 2035126. OLE color: 2035126.
HSL color Cylindrical-coordinate representation of color #B60D1F: hue angle of 353.61º 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 #B60D1F is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 31 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.29 |
| HSL | 353.61º | 0.87% | 0.38% | - |
| HSV(B) | 353.61º | 0.93% | 0.71% | - |
| XYZ | 19.68 | 10.33 | 2.25 | - |
| YUV | 65.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 31 | 0 | 0.93 | 0.83 | 0.29 | 353.61 | 0.87 | 0.38 |
| Hex | B6 | D | 1F | 0 | 5D | 53 | 1D | 162 | 57 | 26 |
| Octal | 266 | 15 | 37 | 0 | 135 | 123 | 35 | 542 | 127 | 46 |
| Binary | 10110110 | 1101 | 11111 | 0 | 1011101 | 1010011 | 11101 | 101100010 | 1010111 | 100110 |
Color Harmonies of #B60D1F
Complementary color
Monochromatic Colors of #B60D1F
Black with #B60D1F
Text Example
Text Example
White with #B60D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D1F; }
p { color: rgb(182,13,31); }
H1.HeaderClassName
{
color: #B60D1F;
}
.AnyTagClassName
{
color: #B60D1F;
}
</style>
background-color css
<style>
a { background-color: #B60D1F; }
a { background-color: rgb(182,13,31); }
div.DivClassName
{
background-color: #B60D1F;
}
.BgClassName
{
background-color: #B60D1F;
}
</style>
border-color css
<style>
span { border-color: #B60D1F; }
span { border-color: rgb(182,13,31); }
td.TdClassName
{
border-color: #B60D1F;
}
.TagClassName
{
border-color: #B60D1F;
}
</style>