Shades of Venetian Red #B30B23
Tints of Venetian Red #B30B23
RGB
CMYK
RGB Variations
Color information
#B30B23 (or 0xB30B23) is known color: Venetian Red. HEX triplet: B3, 0B and 23. RGB value is (179,11,35). Sum of RGB (Red+Green+Blue) = 179+11+35=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B23 is #4CF4DC. Grayscale: #404040. Windows color (decimal): -5043421 or 2296755. OLE color: 2296755.
HSL color Cylindrical-coordinate representation of color #B30B23: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B23 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 35 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.30 |
| HSL | 351.43º | 0.88% | 0.37% | - |
| HSV(B) | 351.43º | 0.94% | 0.7% | - |
| XYZ | 19.01 | 9.94 | 2.51 | - |
| YUV | 63.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 35 | 0 | 0.94 | 0.80 | 0.30 | 351.43 | 0.88 | 0.37 |
| Hex | B3 | B | 23 | 0 | 5E | 50 | 1E | 15F | 58 | 25 |
| Octal | 263 | 13 | 43 | 0 | 136 | 120 | 36 | 537 | 130 | 45 |
| Binary | 10110011 | 1011 | 100011 | 0 | 1011110 | 1010000 | 11110 | 101011111 | 1011000 | 100101 |
Color Harmonies of #B30B23
Complementary color
Monochromatic Colors of #B30B23
Black with #B30B23
Text Example
Text Example
White with #B30B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B23; }
p { color: rgb(179,11,35); }
H1.HeaderClassName
{
color: #B30B23;
}
.AnyTagClassName
{
color: #B30B23;
}
</style>
background-color css
<style>
a { background-color: #B30B23; }
a { background-color: rgb(179,11,35); }
div.DivClassName
{
background-color: #B30B23;
}
.BgClassName
{
background-color: #B30B23;
}
</style>
border-color css
<style>
span { border-color: #B30B23; }
span { border-color: rgb(179,11,35); }
td.TdClassName
{
border-color: #B30B23;
}
.TagClassName
{
border-color: #B30B23;
}
</style>