Shades of Venetian Red #B3022D
Tints of Venetian Red #B3022D
RGB
CMYK
RGB Variations
Color information
#B3022D (or 0xB3022D) is known color: Venetian Red. HEX triplet: B3, 02 and 2D. RGB value is (179,2,45). Sum of RGB (Red+Green+Blue) = 179+2+45=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B3022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3022D is #4CFDD2. Grayscale: #3B3B3B. Windows color (decimal): -5045715 or 2949811. OLE color: 2949811.
HSL color Cylindrical-coordinate representation of color #B3022D: hue angle of 345.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3022D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.30 |
| HSL | 345.42º | 0.98% | 0.35% | - |
| HSV(B) | 345.42º | 0.99% | 0.7% | - |
| XYZ | 19.09 | 9.82 | 3.37 | - |
| YUV | 59.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 45 | 0 | 0.99 | 0.75 | 0.30 | 345.42 | 0.98 | 0.35 |
| Hex | B3 | 2 | 2D | 0 | 63 | 4B | 1E | 159 | 62 | 23 |
| Octal | 263 | 2 | 55 | 0 | 143 | 113 | 36 | 531 | 142 | 43 |
| Binary | 10110011 | 10 | 101101 | 0 | 1100011 | 1001011 | 11110 | 101011001 | 1100010 | 100011 |
Color Harmonies of #B3022D
Complementary color
Monochromatic Colors of #B3022D
Black with #B3022D
Text Example
Text Example
White with #B3022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3022D; }
p { color: rgb(179,2,45); }
H1.HeaderClassName
{
color: #B3022D;
}
.AnyTagClassName
{
color: #B3022D;
}
</style>
background-color css
<style>
a { background-color: #B3022D; }
a { background-color: rgb(179,2,45); }
div.DivClassName
{
background-color: #B3022D;
}
.BgClassName
{
background-color: #B3022D;
}
</style>
border-color css
<style>
span { border-color: #B3022D; }
span { border-color: rgb(179,2,45); }
td.TdClassName
{
border-color: #B3022D;
}
.TagClassName
{
border-color: #B3022D;
}
</style>