Shades of Venetian Red #B60001
Tints of Venetian Red #B60001
RGB
CMYK
RGB Variations
Color information
#B60001 (or 0xB60001) is known color: Venetian Red. HEX triplet: B6, 00 and 01. RGB value is (182,0,1). Sum of RGB (Red+Green+Blue) = 182+0+1=183 (24% of max value = 765). Red value is 182 (71.48% from 255 or 99.45% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 182 - color contains mainly: red. Hex color #B60001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60001 is #49FFFE. Grayscale: #363636. Windows color (decimal): -4849663 or 65718. OLE color: 65718.
HSL color Cylindrical-coordinate representation of color #B60001: hue angle of 359.67º 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 #B60001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.29 |
| HSL | 359.67º | 1% | 0.36% | - |
| HSV(B) | 359.67º | 1% | 0.71% | - |
| XYZ | 19.3 | 9.95 | 0.93 | - |
| YUV | 54.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 1 | 0 | 1 | 0.99 | 0.29 | 359.67 | 1 | 0.36 |
| Hex | B6 | 0 | 1 | 0 | 64 | 63 | 1D | 168 | 64 | 24 |
| Octal | 266 | 0 | 1 | 0 | 144 | 143 | 35 | 550 | 144 | 44 |
| Binary | 10110110 | 0 | 1 | 0 | 1100100 | 1100011 | 11101 | 101101000 | 1100100 | 100100 |
Color Harmonies of #B60001
Complementary color
Monochromatic Colors of #B60001
Black with #B60001
Text Example
Text Example
White with #B60001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60001; }
p { color: rgb(182,0,1); }
H1.HeaderClassName
{
color: #B60001;
}
.AnyTagClassName
{
color: #B60001;
}
</style>
background-color css
<style>
a { background-color: #B60001; }
a { background-color: rgb(182,0,1); }
div.DivClassName
{
background-color: #B60001;
}
.BgClassName
{
background-color: #B60001;
}
</style>
border-color css
<style>
span { border-color: #B60001; }
span { border-color: rgb(182,0,1); }
td.TdClassName
{
border-color: #B60001;
}
.TagClassName
{
border-color: #B60001;
}
</style>