Shades of Venetian Red #B01423
Tints of Venetian Red #B01423
RGB
CMYK
RGB Variations
Color information
#B01423 (or 0xB01423) is known color: Venetian Red. HEX triplet: B0, 14 and 23. RGB value is (176,20,35). Sum of RGB (Red+Green+Blue) = 176+20+35=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B01423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01423 is #4FEBDC. Grayscale: #444444. Windows color (decimal): -5237725 or 2299056. OLE color: 2299056.
HSL color Cylindrical-coordinate representation of color #B01423: hue angle of 354.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01423 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 35 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.31 |
| HSL | 354.23º | 0.8% | 0.38% | - |
| HSV(B) | 354.23º | 0.89% | 0.69% | - |
| XYZ | 18.46 | 9.85 | 2.52 | - |
| YUV | 68.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 35 | 0 | 0.89 | 0.80 | 0.31 | 354.23 | 0.8 | 0.38 |
| Hex | B0 | 14 | 23 | 0 | 59 | 50 | 1F | 162 | 50 | 26 |
| Octal | 260 | 24 | 43 | 0 | 131 | 120 | 37 | 542 | 120 | 46 |
| Binary | 10110000 | 10100 | 100011 | 0 | 1011001 | 1010000 | 11111 | 101100010 | 1010000 | 100110 |
Color Harmonies of #B01423
Complementary color
Monochromatic Colors of #B01423
Black with #B01423
Text Example
Text Example
White with #B01423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01423; }
p { color: rgb(176,20,35); }
H1.HeaderClassName
{
color: #B01423;
}
.AnyTagClassName
{
color: #B01423;
}
</style>
background-color css
<style>
a { background-color: #B01423; }
a { background-color: rgb(176,20,35); }
div.DivClassName
{
background-color: #B01423;
}
.BgClassName
{
background-color: #B01423;
}
</style>
border-color css
<style>
span { border-color: #B01423; }
span { border-color: rgb(176,20,35); }
td.TdClassName
{
border-color: #B01423;
}
.TagClassName
{
border-color: #B01423;
}
</style>