Shades of Venetian Red #B3030D
Tints of Venetian Red #B3030D
RGB
CMYK
RGB Variations
Color information
#B3030D (or 0xB3030D) is known color: Venetian Red. HEX triplet: B3, 03 and 0D. RGB value is (179,3,13). Sum of RGB (Red+Green+Blue) = 179+3+13=195 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.79% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 179 - color contains mainly: red. Hex color #B3030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3030D is #4CFCF2. Grayscale: #383838. Windows color (decimal): -5045491 or 852915. OLE color: 852915.
HSL color Cylindrical-coordinate representation of color #B3030D: hue angle of 356.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.30 |
| HSL | 356.59º | 0.97% | 0.36% | - |
| HSV(B) | 356.59º | 0.98% | 0.7% | - |
| XYZ | 18.7 | 9.68 | 1.26 | - |
| YUV | 56.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 13 | 0 | 0.98 | 0.93 | 0.30 | 356.59 | 0.97 | 0.36 |
| Hex | B3 | 3 | D | 0 | 62 | 5D | 1E | 165 | 61 | 24 |
| Octal | 263 | 3 | 15 | 0 | 142 | 135 | 36 | 545 | 141 | 44 |
| Binary | 10110011 | 11 | 1101 | 0 | 1100010 | 1011101 | 11110 | 101100101 | 1100001 | 100100 |
Color Harmonies of #B3030D
Complementary color
Monochromatic Colors of #B3030D
Black with #B3030D
Text Example
Text Example
White with #B3030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3030D; }
p { color: rgb(179,3,13); }
H1.HeaderClassName
{
color: #B3030D;
}
.AnyTagClassName
{
color: #B3030D;
}
</style>
background-color css
<style>
a { background-color: #B3030D; }
a { background-color: rgb(179,3,13); }
div.DivClassName
{
background-color: #B3030D;
}
.BgClassName
{
background-color: #B3030D;
}
</style>
border-color css
<style>
span { border-color: #B3030D; }
span { border-color: rgb(179,3,13); }
td.TdClassName
{
border-color: #B3030D;
}
.TagClassName
{
border-color: #B3030D;
}
</style>