Shades of Venetian Red #B60002
Tints of Venetian Red #B60002
RGB
CMYK
RGB Variations
Color information
#B60002 (or 0xB60002) is known color: Venetian Red. HEX triplet: B6, 00 and 02. RGB value is (182,0,2). Sum of RGB (Red+Green+Blue) = 182+0+2=184 (24% of max value = 765). Red value is 182 (71.48% from 255 or 98.91% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 182 - color contains mainly: red. Hex color #B60002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60002 is #49FFFD. Grayscale: #363636. Windows color (decimal): -4849662 or 131254. OLE color: 131254.
HSL color Cylindrical-coordinate representation of color #B60002: hue angle of 359.34º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.29 |
| HSL | 359.34º | 1% | 0.36% | - |
| HSV(B) | 359.34º | 1% | 0.71% | - |
| XYZ | 19.3 | 9.95 | 0.96 | - |
| YUV | 54.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 2 | 0 | 1 | 0.99 | 0.29 | 359.34 | 1 | 0.36 |
| Hex | B6 | 0 | 2 | 0 | 64 | 63 | 1D | 167 | 64 | 24 |
| Octal | 266 | 0 | 2 | 0 | 144 | 143 | 35 | 547 | 144 | 44 |
| Binary | 10110110 | 0 | 10 | 0 | 1100100 | 1100011 | 11101 | 101100111 | 1100100 | 100100 |
Color Harmonies of #B60002
Complementary color
Monochromatic Colors of #B60002
Black with #B60002
Text Example
Text Example
White with #B60002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60002; }
p { color: rgb(182,0,2); }
H1.HeaderClassName
{
color: #B60002;
}
.AnyTagClassName
{
color: #B60002;
}
</style>
background-color css
<style>
a { background-color: #B60002; }
a { background-color: rgb(182,0,2); }
div.DivClassName
{
background-color: #B60002;
}
.BgClassName
{
background-color: #B60002;
}
</style>
border-color css
<style>
span { border-color: #B60002; }
span { border-color: rgb(182,0,2); }
td.TdClassName
{
border-color: #B60002;
}
.TagClassName
{
border-color: #B60002;
}
</style>