Shades of Venetian Red #B60129
Tints of Venetian Red #B60129
RGB
CMYK
RGB Variations
Color information
#B60129 (or 0xB60129) is known color: Venetian Red. HEX triplet: B6, 01 and 29. RGB value is (182,1,41). Sum of RGB (Red+Green+Blue) = 182+1+41=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60129 is #49FED6. Grayscale: #3B3B3B. Windows color (decimal): -4849367 or 2687414. OLE color: 2687414.
HSL color Cylindrical-coordinate representation of color #B60129: hue angle of 346.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60129 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.29 |
| HSL | 346.74º | 0.99% | 0.36% | - |
| HSV(B) | 346.74º | 0.99% | 0.71% | - |
| XYZ | 19.7 | 10.13 | 3.01 | - |
| YUV | 59.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 41 | 0 | 0.99 | 0.77 | 0.29 | 346.74 | 0.99 | 0.36 |
| Hex | B6 | 1 | 29 | 0 | 63 | 4D | 1D | 15B | 63 | 24 |
| Octal | 266 | 1 | 51 | 0 | 143 | 115 | 35 | 533 | 143 | 44 |
| Binary | 10110110 | 1 | 101001 | 0 | 1100011 | 1001101 | 11101 | 101011011 | 1100011 | 100100 |
Color Harmonies of #B60129
Complementary color
Monochromatic Colors of #B60129
Black with #B60129
Text Example
Text Example
White with #B60129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60129; }
p { color: rgb(182,1,41); }
H1.HeaderClassName
{
color: #B60129;
}
.AnyTagClassName
{
color: #B60129;
}
</style>
background-color css
<style>
a { background-color: #B60129; }
a { background-color: rgb(182,1,41); }
div.DivClassName
{
background-color: #B60129;
}
.BgClassName
{
background-color: #B60129;
}
</style>
border-color css
<style>
span { border-color: #B60129; }
span { border-color: rgb(182,1,41); }
td.TdClassName
{
border-color: #B60129;
}
.TagClassName
{
border-color: #B60129;
}
</style>