Shades of Venetian Red #B6022D
Tints of Venetian Red #B6022D
RGB
CMYK
RGB Variations
Color information
#B6022D (or 0xB6022D) is known color: Venetian Red. HEX triplet: B6, 02 and 2D. RGB value is (182,2,45). Sum of RGB (Red+Green+Blue) = 182+2+45=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B6022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6022D is #49FDD2. Grayscale: #3C3C3C. Windows color (decimal): -4849107 or 2949814. OLE color: 2949814.
HSL color Cylindrical-coordinate representation of color #B6022D: hue angle of 345.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6022D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.29 |
| HSL | 345.67º | 0.98% | 0.36% | - |
| HSV(B) | 345.67º | 0.99% | 0.71% | - |
| XYZ | 19.79 | 10.18 | 3.4 | - |
| YUV | 60.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 45 | 0 | 0.99 | 0.75 | 0.29 | 345.67 | 0.98 | 0.36 |
| Hex | B6 | 2 | 2D | 0 | 63 | 4B | 1D | 15A | 62 | 24 |
| Octal | 266 | 2 | 55 | 0 | 143 | 113 | 35 | 532 | 142 | 44 |
| Binary | 10110110 | 10 | 101101 | 0 | 1100011 | 1001011 | 11101 | 101011010 | 1100010 | 100100 |
Color Harmonies of #B6022D
Complementary color
Monochromatic Colors of #B6022D
Black with #B6022D
Text Example
Text Example
White with #B6022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6022D; }
p { color: rgb(182,2,45); }
H1.HeaderClassName
{
color: #B6022D;
}
.AnyTagClassName
{
color: #B6022D;
}
</style>
background-color css
<style>
a { background-color: #B6022D; }
a { background-color: rgb(182,2,45); }
div.DivClassName
{
background-color: #B6022D;
}
.BgClassName
{
background-color: #B6022D;
}
</style>
border-color css
<style>
span { border-color: #B6022D; }
span { border-color: rgb(182,2,45); }
td.TdClassName
{
border-color: #B6022D;
}
.TagClassName
{
border-color: #B6022D;
}
</style>