Shades of Venetian Red #B60A1B
Tints of Venetian Red #B60A1B
RGB
CMYK
RGB Variations
Color information
#B60A1B (or 0xB60A1B) is known color: Venetian Red. HEX triplet: B6, 0A and 1B. RGB value is (182,10,27). Sum of RGB (Red+Green+Blue) = 182+10+27=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A1B is #49F5E4. Grayscale: #3F3F3F. Windows color (decimal): -4847077 or 1772214. OLE color: 1772214.
HSL color Cylindrical-coordinate representation of color #B60A1B: hue angle of 354.07º 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 #B60A1B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 27 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.29 |
| HSL | 354.07º | 0.9% | 0.38% | - |
| HSV(B) | 354.07º | 0.95% | 0.71% | - |
| XYZ | 19.6 | 10.24 | 1.98 | - |
| YUV | 63.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 27 | 0 | 0.95 | 0.85 | 0.29 | 354.07 | 0.9 | 0.38 |
| Hex | B6 | A | 1B | 0 | 5F | 55 | 1D | 162 | 5A | 26 |
| Octal | 266 | 12 | 33 | 0 | 137 | 125 | 35 | 542 | 132 | 46 |
| Binary | 10110110 | 1010 | 11011 | 0 | 1011111 | 1010101 | 11101 | 101100010 | 1011010 | 100110 |
Color Harmonies of #B60A1B
Complementary color
Monochromatic Colors of #B60A1B
Black with #B60A1B
Text Example
Text Example
White with #B60A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A1B; }
p { color: rgb(182,10,27); }
H1.HeaderClassName
{
color: #B60A1B;
}
.AnyTagClassName
{
color: #B60A1B;
}
</style>
background-color css
<style>
a { background-color: #B60A1B; }
a { background-color: rgb(182,10,27); }
div.DivClassName
{
background-color: #B60A1B;
}
.BgClassName
{
background-color: #B60A1B;
}
</style>
border-color css
<style>
span { border-color: #B60A1B; }
span { border-color: rgb(182,10,27); }
td.TdClassName
{
border-color: #B60A1B;
}
.TagClassName
{
border-color: #B60A1B;
}
</style>