Shades of Venetian Red #B6002C
Tints of Venetian Red #B6002C
RGB
CMYK
RGB Variations
Color information
#B6002C (or 0xB6002C) is known color: Venetian Red. HEX triplet: B6, 00 and 2C. RGB value is (182,0,44). Sum of RGB (Red+Green+Blue) = 182+0+44=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B6002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6002C is #49FFD3. Grayscale: #3B3B3B. Windows color (decimal): -4849620 or 2883766. OLE color: 2883766.
HSL color Cylindrical-coordinate representation of color #B6002C: hue angle of 345.49º 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 #B6002C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.76 | 0.29 |
| HSL | 345.49º | 1% | 0.36% | - |
| HSV(B) | 345.49º | 1% | 0.71% | - |
| XYZ | 19.75 | 10.13 | 3.3 | - |
| YUV | 59.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 44 | 0 | 1 | 0.76 | 0.29 | 345.49 | 1 | 0.36 |
| Hex | B6 | 0 | 2C | 0 | 64 | 4C | 1D | 159 | 64 | 24 |
| Octal | 266 | 0 | 54 | 0 | 144 | 114 | 35 | 531 | 144 | 44 |
| Binary | 10110110 | 0 | 101100 | 0 | 1100100 | 1001100 | 11101 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B6002C
Complementary color
Monochromatic Colors of #B6002C
Black with #B6002C
Text Example
Text Example
White with #B6002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6002C; }
p { color: rgb(182,0,44); }
H1.HeaderClassName
{
color: #B6002C;
}
.AnyTagClassName
{
color: #B6002C;
}
</style>
background-color css
<style>
a { background-color: #B6002C; }
a { background-color: rgb(182,0,44); }
div.DivClassName
{
background-color: #B6002C;
}
.BgClassName
{
background-color: #B6002C;
}
</style>
border-color css
<style>
span { border-color: #B6002C; }
span { border-color: rgb(182,0,44); }
td.TdClassName
{
border-color: #B6002C;
}
.TagClassName
{
border-color: #B6002C;
}
</style>