Shades of Venetian Red #B2001D
Tints of Venetian Red #B2001D
RGB
CMYK
RGB Variations
Color information
#B2001D (or 0xB2001D) is known color: Venetian Red. HEX triplet: B2, 00 and 1D. RGB value is (178,0,29). Sum of RGB (Red+Green+Blue) = 178+0+29=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B2001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2001D is #4DFFE2. Grayscale: #383838. Windows color (decimal): -5111779 or 1900722. OLE color: 1900722.
HSL color Cylindrical-coordinate representation of color #B2001D: hue angle of 350.22º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2001D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.84 | 0.30 |
| HSL | 350.22º | 1% | 0.35% | - |
| HSV(B) | 350.22º | 1% | 0.7% | - |
| XYZ | 18.58 | 9.55 | 2.03 | - |
| YUV | 56.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 29 | 0 | 1 | 0.84 | 0.30 | 350.22 | 1 | 0.35 |
| Hex | B2 | 0 | 1D | 0 | 64 | 54 | 1E | 15E | 64 | 23 |
| Octal | 262 | 0 | 35 | 0 | 144 | 124 | 36 | 536 | 144 | 43 |
| Binary | 10110010 | 0 | 11101 | 0 | 1100100 | 1010100 | 11110 | 101011110 | 1100100 | 100011 |
Color Harmonies of #B2001D
Complementary color
Monochromatic Colors of #B2001D
Black with #B2001D
Text Example
Text Example
White with #B2001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2001D; }
p { color: rgb(178,0,29); }
H1.HeaderClassName
{
color: #B2001D;
}
.AnyTagClassName
{
color: #B2001D;
}
</style>
background-color css
<style>
a { background-color: #B2001D; }
a { background-color: rgb(178,0,29); }
div.DivClassName
{
background-color: #B2001D;
}
.BgClassName
{
background-color: #B2001D;
}
</style>
border-color css
<style>
span { border-color: #B2001D; }
span { border-color: rgb(178,0,29); }
td.TdClassName
{
border-color: #B2001D;
}
.TagClassName
{
border-color: #B2001D;
}
</style>