Shades of Venetian Red #B8030D
Tints of Venetian Red #B8030D
RGB
CMYK
RGB Variations
Color information
#B8030D (or 0xB8030D) is known color: Venetian Red. HEX triplet: B8, 03 and 0D. RGB value is (184,3,13). Sum of RGB (Red+Green+Blue) = 184+3+13=200 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 184 - color contains mainly: red. Hex color #B8030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8030D is #47FCF2. Grayscale: #3A3A3A. Windows color (decimal): -4717811 or 852920. OLE color: 852920.
HSL color Cylindrical-coordinate representation of color #B8030D: hue angle of 356.69º degrees, saturation: 0.97, 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 #B8030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.28 |
| HSL | 356.69º | 0.97% | 0.37% | - |
| HSV(B) | 356.69º | 0.98% | 0.72% | - |
| XYZ | 19.87 | 10.28 | 1.32 | - |
| YUV | 58.26 | 102.47 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 13 | 0 | 0.98 | 0.93 | 0.28 | 356.69 | 0.97 | 0.37 |
| Hex | B8 | 3 | D | 0 | 62 | 5D | 1C | 165 | 61 | 25 |
| Octal | 270 | 3 | 15 | 0 | 142 | 135 | 34 | 545 | 141 | 45 |
| Binary | 10111000 | 11 | 1101 | 0 | 1100010 | 1011101 | 11100 | 101100101 | 1100001 | 100101 |
Color Harmonies of #B8030D
Complementary color
Monochromatic Colors of #B8030D
Black with #B8030D
Text Example
Text Example
White with #B8030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8030D; }
p { color: rgb(184,3,13); }
H1.HeaderClassName
{
color: #B8030D;
}
.AnyTagClassName
{
color: #B8030D;
}
</style>
background-color css
<style>
a { background-color: #B8030D; }
a { background-color: rgb(184,3,13); }
div.DivClassName
{
background-color: #B8030D;
}
.BgClassName
{
background-color: #B8030D;
}
</style>
border-color css
<style>
span { border-color: #B8030D; }
span { border-color: rgb(184,3,13); }
td.TdClassName
{
border-color: #B8030D;
}
.TagClassName
{
border-color: #B8030D;
}
</style>