Shades of Venetian Red #B30312
Tints of Venetian Red #B30312
RGB
CMYK
RGB Variations
Color information
#B30312 (or 0xB30312) is known color: Venetian Red. HEX triplet: B3, 03 and 12. RGB value is (179,3,18). Sum of RGB (Red+Green+Blue) = 179+3+18=200 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 179 - color contains mainly: red. Hex color #B30312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30312 is #4CFCED. Grayscale: #393939. Windows color (decimal): -5045486 or 1180595. OLE color: 1180595.
HSL color Cylindrical-coordinate representation of color #B30312: hue angle of 354.89º 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 #B30312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.30 |
| HSL | 354.89º | 0.97% | 0.36% | - |
| HSV(B) | 354.89º | 0.98% | 0.7% | - |
| XYZ | 18.73 | 9.69 | 1.46 | - |
| YUV | 57.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 18 | 0 | 0.98 | 0.90 | 0.30 | 354.89 | 0.97 | 0.36 |
| Hex | B3 | 3 | 12 | 0 | 62 | 5A | 1E | 163 | 61 | 24 |
| Octal | 263 | 3 | 22 | 0 | 142 | 132 | 36 | 543 | 141 | 44 |
| Binary | 10110011 | 11 | 10010 | 0 | 1100010 | 1011010 | 11110 | 101100011 | 1100001 | 100100 |
Color Harmonies of #B30312
Complementary color
Monochromatic Colors of #B30312
Black with #B30312
Text Example
Text Example
White with #B30312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30312; }
p { color: rgb(179,3,18); }
H1.HeaderClassName
{
color: #B30312;
}
.AnyTagClassName
{
color: #B30312;
}
</style>
background-color css
<style>
a { background-color: #B30312; }
a { background-color: rgb(179,3,18); }
div.DivClassName
{
background-color: #B30312;
}
.BgClassName
{
background-color: #B30312;
}
</style>
border-color css
<style>
span { border-color: #B30312; }
span { border-color: rgb(179,3,18); }
td.TdClassName
{
border-color: #B30312;
}
.TagClassName
{
border-color: #B30312;
}
</style>