Shades of Venetian Red #B8040C
Tints of Venetian Red #B8040C
RGB
CMYK
RGB Variations
Color information
#B8040C (or 0xB8040C) is known color: Venetian Red. HEX triplet: B8, 04 and 0C. RGB value is (184,4,12). Sum of RGB (Red+Green+Blue) = 184+4+12=200 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 184 - color contains mainly: red. Hex color #B8040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8040C is #47FBF3. Grayscale: #3A3A3A. Windows color (decimal): -4717556 or 787640. OLE color: 787640.
HSL color Cylindrical-coordinate representation of color #B8040C: hue angle of 357.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.28 |
| HSL | 357.33º | 0.96% | 0.37% | - |
| HSV(B) | 357.33º | 0.98% | 0.72% | - |
| XYZ | 19.88 | 10.3 | 1.29 | - |
| YUV | 58.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 12 | 0 | 0.98 | 0.93 | 0.28 | 357.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | C | 0 | 62 | 5D | 1C | 165 | 60 | 25 |
| Octal | 270 | 4 | 14 | 0 | 142 | 135 | 34 | 545 | 140 | 45 |
| Binary | 10111000 | 100 | 1100 | 0 | 1100010 | 1011101 | 11100 | 101100101 | 1100000 | 100101 |
Color Harmonies of #B8040C
Complementary color
Monochromatic Colors of #B8040C
Black with #B8040C
Text Example
Text Example
White with #B8040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8040C; }
p { color: rgb(184,4,12); }
H1.HeaderClassName
{
color: #B8040C;
}
.AnyTagClassName
{
color: #B8040C;
}
</style>
background-color css
<style>
a { background-color: #B8040C; }
a { background-color: rgb(184,4,12); }
div.DivClassName
{
background-color: #B8040C;
}
.BgClassName
{
background-color: #B8040C;
}
</style>
border-color css
<style>
span { border-color: #B8040C; }
span { border-color: rgb(184,4,12); }
td.TdClassName
{
border-color: #B8040C;
}
.TagClassName
{
border-color: #B8040C;
}
</style>