Shades of Venetian Red #B60A1F
Tints of Venetian Red #B60A1F
RGB
CMYK
RGB Variations
Color information
#B60A1F (or 0xB60A1F) is known color: Venetian Red. HEX triplet: B6, 0A and 1F. RGB value is (182,10,31). Sum of RGB (Red+Green+Blue) = 182+10+31=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A1F is #49F5E0. Grayscale: #3F3F3F. Windows color (decimal): -4847073 or 2034358. OLE color: 2034358.
HSL color Cylindrical-coordinate representation of color #B60A1F: hue angle of 352.67º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A1F is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.29 |
| HSL | 352.67º | 0.9% | 0.38% | - |
| HSV(B) | 352.67º | 0.95% | 0.71% | - |
| XYZ | 19.65 | 10.26 | 2.24 | - |
| YUV | 63.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 31 | 0 | 0.95 | 0.83 | 0.29 | 352.67 | 0.9 | 0.38 |
| Hex | B6 | A | 1F | 0 | 5F | 53 | 1D | 161 | 5A | 26 |
| Octal | 266 | 12 | 37 | 0 | 137 | 123 | 35 | 541 | 132 | 46 |
| Binary | 10110110 | 1010 | 11111 | 0 | 1011111 | 1010011 | 11101 | 101100001 | 1011010 | 100110 |
Color Harmonies of #B60A1F
Complementary color
Monochromatic Colors of #B60A1F
Black with #B60A1F
Text Example
Text Example
White with #B60A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A1F; }
p { color: rgb(182,10,31); }
H1.HeaderClassName
{
color: #B60A1F;
}
.AnyTagClassName
{
color: #B60A1F;
}
</style>
background-color css
<style>
a { background-color: #B60A1F; }
a { background-color: rgb(182,10,31); }
div.DivClassName
{
background-color: #B60A1F;
}
.BgClassName
{
background-color: #B60A1F;
}
</style>
border-color css
<style>
span { border-color: #B60A1F; }
span { border-color: rgb(182,10,31); }
td.TdClassName
{
border-color: #B60A1F;
}
.TagClassName
{
border-color: #B60A1F;
}
</style>