Shades of Venetian Red #B6080C
Tints of Venetian Red #B6080C
RGB
CMYK
RGB Variations
Color information
#B6080C (or 0xB6080C) is known color: Venetian Red. HEX triplet: B6, 08 and 0C. RGB value is (182,8,12). Sum of RGB (Red+Green+Blue) = 182+8+12=202 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.10% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 182 - color contains mainly: red. Hex color #B6080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6080C is #49F7F3. Grayscale: #3C3C3C. Windows color (decimal): -4847604 or 788662. OLE color: 788662.
HSL color Cylindrical-coordinate representation of color #B6080C: hue angle of 358.62º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6080C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.29 |
| HSL | 358.62º | 0.92% | 0.37% | - |
| HSV(B) | 358.62º | 0.96% | 0.71% | - |
| XYZ | 19.44 | 10.15 | 1.28 | - |
| YUV | 60.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 12 | 0 | 0.96 | 0.93 | 0.29 | 358.62 | 0.92 | 0.37 |
| Hex | B6 | 8 | C | 0 | 60 | 5D | 1D | 167 | 5C | 25 |
| Octal | 266 | 10 | 14 | 0 | 140 | 135 | 35 | 547 | 134 | 45 |
| Binary | 10110110 | 1000 | 1100 | 0 | 1100000 | 1011101 | 11101 | 101100111 | 1011100 | 100101 |
Color Harmonies of #B6080C
Complementary color
Monochromatic Colors of #B6080C
Black with #B6080C
Text Example
Text Example
White with #B6080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6080C; }
p { color: rgb(182,8,12); }
H1.HeaderClassName
{
color: #B6080C;
}
.AnyTagClassName
{
color: #B6080C;
}
</style>
background-color css
<style>
a { background-color: #B6080C; }
a { background-color: rgb(182,8,12); }
div.DivClassName
{
background-color: #B6080C;
}
.BgClassName
{
background-color: #B6080C;
}
</style>
border-color css
<style>
span { border-color: #B6080C; }
span { border-color: rgb(182,8,12); }
td.TdClassName
{
border-color: #B6080C;
}
.TagClassName
{
border-color: #B6080C;
}
</style>