Shades of Venetian Red #B40323
Tints of Venetian Red #B40323
RGB
CMYK
RGB Variations
Color information
#B40323 (or 0xB40323) is known color: Venetian Red. HEX triplet: B4, 03 and 23. RGB value is (180,3,35). Sum of RGB (Red+Green+Blue) = 180+3+35=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B40323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40323 is #4BFCDC. Grayscale: #3B3B3B. Windows color (decimal): -4979933 or 2294708. OLE color: 2294708.
HSL color Cylindrical-coordinate representation of color #B40323: hue angle of 349.15º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40323 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.29 |
| HSL | 349.15º | 0.97% | 0.36% | - |
| HSV(B) | 349.15º | 0.98% | 0.71% | - |
| XYZ | 19.16 | 9.89 | 2.49 | - |
| YUV | 59.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 35 | 0 | 0.98 | 0.81 | 0.29 | 349.15 | 0.97 | 0.36 |
| Hex | B4 | 3 | 23 | 0 | 62 | 51 | 1D | 15D | 61 | 24 |
| Octal | 264 | 3 | 43 | 0 | 142 | 121 | 35 | 535 | 141 | 44 |
| Binary | 10110100 | 11 | 100011 | 0 | 1100010 | 1010001 | 11101 | 101011101 | 1100001 | 100100 |
Color Harmonies of #B40323
Complementary color
Monochromatic Colors of #B40323
Black with #B40323
Text Example
Text Example
White with #B40323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40323; }
p { color: rgb(180,3,35); }
H1.HeaderClassName
{
color: #B40323;
}
.AnyTagClassName
{
color: #B40323;
}
</style>
background-color css
<style>
a { background-color: #B40323; }
a { background-color: rgb(180,3,35); }
div.DivClassName
{
background-color: #B40323;
}
.BgClassName
{
background-color: #B40323;
}
</style>
border-color css
<style>
span { border-color: #B40323; }
span { border-color: rgb(180,3,35); }
td.TdClassName
{
border-color: #B40323;
}
.TagClassName
{
border-color: #B40323;
}
</style>