Shades of Venetian Red #B8020C
Tints of Venetian Red #B8020C
RGB
CMYK
RGB Variations
Color information
#B8020C (or 0xB8020C) is known color: Venetian Red. HEX triplet: B8, 02 and 0C. RGB value is (184,2,12). Sum of RGB (Red+Green+Blue) = 184+2+12=198 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.93% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 184 - color contains mainly: red. Hex color #B8020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8020C is #47FDF3. Grayscale: #393939. Windows color (decimal): -4718068 or 787128. OLE color: 787128.
HSL color Cylindrical-coordinate representation of color #B8020C: hue angle of 356.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8020C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.28 |
| HSL | 356.7º | 0.98% | 0.36% | - |
| HSV(B) | 356.7º | 0.99% | 0.72% | - |
| XYZ | 19.86 | 10.26 | 1.28 | - |
| YUV | 57.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 12 | 0 | 0.99 | 0.93 | 0.28 | 356.7 | 0.98 | 0.36 |
| Hex | B8 | 2 | C | 0 | 63 | 5D | 1C | 165 | 62 | 24 |
| Octal | 270 | 2 | 14 | 0 | 143 | 135 | 34 | 545 | 142 | 44 |
| Binary | 10111000 | 10 | 1100 | 0 | 1100011 | 1011101 | 11100 | 101100101 | 1100010 | 100100 |
Color Harmonies of #B8020C
Complementary color
Monochromatic Colors of #B8020C
Black with #B8020C
Text Example
Text Example
White with #B8020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8020C; }
p { color: rgb(184,2,12); }
H1.HeaderClassName
{
color: #B8020C;
}
.AnyTagClassName
{
color: #B8020C;
}
</style>
background-color css
<style>
a { background-color: #B8020C; }
a { background-color: rgb(184,2,12); }
div.DivClassName
{
background-color: #B8020C;
}
.BgClassName
{
background-color: #B8020C;
}
</style>
border-color css
<style>
span { border-color: #B8020C; }
span { border-color: rgb(184,2,12); }
td.TdClassName
{
border-color: #B8020C;
}
.TagClassName
{
border-color: #B8020C;
}
</style>