Shades of Venetian Red #B60119
Tints of Venetian Red #B60119
RGB
CMYK
RGB Variations
Color information
#B60119 (or 0xB60119) is known color: Venetian Red. HEX triplet: B6, 01 and 19. RGB value is (182,1,25). Sum of RGB (Red+Green+Blue) = 182+1+25=208 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.5% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 182 - color contains mainly: red. Hex color #B60119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60119 is #49FEE6. Grayscale: #393939. Windows color (decimal): -4849383 or 1638838. OLE color: 1638838.
HSL color Cylindrical-coordinate representation of color #B60119: hue angle of 352.04º 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 #B60119 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.29 |
| HSL | 352.04º | 0.99% | 0.36% | - |
| HSV(B) | 352.04º | 0.99% | 0.71% | - |
| XYZ | 19.48 | 10.04 | 1.83 | - |
| YUV | 57.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 25 | 0 | 0.99 | 0.86 | 0.29 | 352.04 | 0.99 | 0.36 |
| Hex | B6 | 1 | 19 | 0 | 63 | 56 | 1D | 160 | 63 | 24 |
| Octal | 266 | 1 | 31 | 0 | 143 | 126 | 35 | 540 | 143 | 44 |
| Binary | 10110110 | 1 | 11001 | 0 | 1100011 | 1010110 | 11101 | 101100000 | 1100011 | 100100 |
Color Harmonies of #B60119
Complementary color
Monochromatic Colors of #B60119
Black with #B60119
Text Example
Text Example
White with #B60119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60119; }
p { color: rgb(182,1,25); }
H1.HeaderClassName
{
color: #B60119;
}
.AnyTagClassName
{
color: #B60119;
}
</style>
background-color css
<style>
a { background-color: #B60119; }
a { background-color: rgb(182,1,25); }
div.DivClassName
{
background-color: #B60119;
}
.BgClassName
{
background-color: #B60119;
}
</style>
border-color css
<style>
span { border-color: #B60119; }
span { border-color: rgb(182,1,25); }
td.TdClassName
{
border-color: #B60119;
}
.TagClassName
{
border-color: #B60119;
}
</style>