Shades of Venetian Red #B40103
Tints of Venetian Red #B40103
RGB
CMYK
RGB Variations
Color information
#B40103 (or 0xB40103) is known color: Venetian Red. HEX triplet: B4, 01 and 03. RGB value is (180,1,3). Sum of RGB (Red+Green+Blue) = 180+1+3=184 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.83% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 180 - color contains mainly: red. Hex color #B40103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40103 is #4BFEFC. Grayscale: #363636. Windows color (decimal): -4980477 or 197044. OLE color: 197044.
HSL color Cylindrical-coordinate representation of color #B40103: hue angle of 359.33º 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 #B40103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.29 |
| HSL | 359.33º | 0.99% | 0.35% | - |
| HSV(B) | 359.33º | 0.99% | 0.71% | - |
| XYZ | 18.85 | 9.73 | 0.97 | - |
| YUV | 54.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 3 | 0 | 0.99 | 0.98 | 0.29 | 359.33 | 0.99 | 0.35 |
| Hex | B4 | 1 | 3 | 0 | 63 | 62 | 1D | 167 | 63 | 23 |
| Octal | 264 | 1 | 3 | 0 | 143 | 142 | 35 | 547 | 143 | 43 |
| Binary | 10110100 | 1 | 11 | 0 | 1100011 | 1100010 | 11101 | 101100111 | 1100011 | 100011 |
Color Harmonies of #B40103
Complementary color
Monochromatic Colors of #B40103
Black with #B40103
Text Example
Text Example
White with #B40103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40103; }
p { color: rgb(180,1,3); }
H1.HeaderClassName
{
color: #B40103;
}
.AnyTagClassName
{
color: #B40103;
}
</style>
background-color css
<style>
a { background-color: #B40103; }
a { background-color: rgb(180,1,3); }
div.DivClassName
{
background-color: #B40103;
}
.BgClassName
{
background-color: #B40103;
}
</style>
border-color css
<style>
span { border-color: #B40103; }
span { border-color: rgb(180,1,3); }
td.TdClassName
{
border-color: #B40103;
}
.TagClassName
{
border-color: #B40103;
}
</style>