Shades of Venetian Red #B60102
Tints of Venetian Red #B60102
RGB
CMYK
RGB Variations
Color information
#B60102 (or 0xB60102) is known color: Venetian Red. HEX triplet: B6, 01 and 02. RGB value is (182,1,2). Sum of RGB (Red+Green+Blue) = 182+1+2=185 (24% of max value = 765). Red value is 182 (71.48% from 255 or 98.38% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 182 - color contains mainly: red. Hex color #B60102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60102 is #49FEFD. Grayscale: #373737. Windows color (decimal): -4849406 or 131510. OLE color: 131510.
HSL color Cylindrical-coordinate representation of color #B60102: hue angle of 359.67º 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 #B60102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.29 |
| HSL | 359.67º | 0.99% | 0.36% | - |
| HSV(B) | 359.67º | 0.99% | 0.71% | - |
| XYZ | 19.31 | 9.97 | 0.96 | - |
| YUV | 55.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 2 | 0 | 0.99 | 0.99 | 0.29 | 359.67 | 0.99 | 0.36 |
| Hex | B6 | 1 | 2 | 0 | 63 | 63 | 1D | 168 | 63 | 24 |
| Octal | 266 | 1 | 2 | 0 | 143 | 143 | 35 | 550 | 143 | 44 |
| Binary | 10110110 | 1 | 10 | 0 | 1100011 | 1100011 | 11101 | 101101000 | 1100011 | 100100 |
Color Harmonies of #B60102
Complementary color
Monochromatic Colors of #B60102
Black with #B60102
Text Example
Text Example
White with #B60102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60102; }
p { color: rgb(182,1,2); }
H1.HeaderClassName
{
color: #B60102;
}
.AnyTagClassName
{
color: #B60102;
}
</style>
background-color css
<style>
a { background-color: #B60102; }
a { background-color: rgb(182,1,2); }
div.DivClassName
{
background-color: #B60102;
}
.BgClassName
{
background-color: #B60102;
}
</style>
border-color css
<style>
span { border-color: #B60102; }
span { border-color: rgb(182,1,2); }
td.TdClassName
{
border-color: #B60102;
}
.TagClassName
{
border-color: #B60102;
}
</style>