Shades of Venetian Red #B4010E
Tints of Venetian Red #B4010E
RGB
CMYK
RGB Variations
Color information
#B4010E (or 0xB4010E) is known color: Venetian Red. HEX triplet: B4, 01 and 0E. RGB value is (180,1,14). Sum of RGB (Red+Green+Blue) = 180+1+14=195 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.31% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 180 - color contains mainly: red. Hex color #B4010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4010E is #4BFEF1. Grayscale: #383838. Windows color (decimal): -4980466 or 917940. OLE color: 917940.
HSL color Cylindrical-coordinate representation of color #B4010E: hue angle of 355.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.29 |
| HSL | 355.64º | 0.99% | 0.35% | - |
| HSV(B) | 355.64º | 0.99% | 0.71% | - |
| XYZ | 18.91 | 9.76 | 1.3 | - |
| YUV | 56 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 14 | 0 | 0.99 | 0.92 | 0.29 | 355.64 | 0.99 | 0.35 |
| Hex | B4 | 1 | E | 0 | 63 | 5C | 1D | 164 | 63 | 23 |
| Octal | 264 | 1 | 16 | 0 | 143 | 134 | 35 | 544 | 143 | 43 |
| Binary | 10110100 | 1 | 1110 | 0 | 1100011 | 1011100 | 11101 | 101100100 | 1100011 | 100011 |
Color Harmonies of #B4010E
Complementary color
Monochromatic Colors of #B4010E
Black with #B4010E
Text Example
Text Example
White with #B4010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4010E; }
p { color: rgb(180,1,14); }
H1.HeaderClassName
{
color: #B4010E;
}
.AnyTagClassName
{
color: #B4010E;
}
</style>
background-color css
<style>
a { background-color: #B4010E; }
a { background-color: rgb(180,1,14); }
div.DivClassName
{
background-color: #B4010E;
}
.BgClassName
{
background-color: #B4010E;
}
</style>
border-color css
<style>
span { border-color: #B4010E; }
span { border-color: rgb(180,1,14); }
td.TdClassName
{
border-color: #B4010E;
}
.TagClassName
{
border-color: #B4010E;
}
</style>