Shades of Venetian Red #B2080A
Tints of Venetian Red #B2080A
RGB
CMYK
RGB Variations
Color information
#B2080A (or 0xB2080A) is known color: Venetian Red. HEX triplet: B2, 08 and 0A. RGB value is (178,8,10). Sum of RGB (Red+Green+Blue) = 178+8+10=196 (25% of max value = 765). Red value is 178 (69.92% from 255 or 90.82% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080A is #4DF7F5. Grayscale: #3B3B3B. Windows color (decimal): -5109750 or 657586. OLE color: 657586.
HSL color Cylindrical-coordinate representation of color #B2080A: hue angle of 359.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2080A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.30 |
| HSL | 359.29º | 0.91% | 0.36% | - |
| HSV(B) | 359.29º | 0.96% | 0.7% | - |
| XYZ | 18.5 | 9.66 | 1.18 | - |
| YUV | 59.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 10 | 0 | 0.96 | 0.94 | 0.30 | 359.29 | 0.91 | 0.36 |
| Hex | B2 | 8 | A | 0 | 60 | 5E | 1E | 167 | 5B | 24 |
| Octal | 262 | 10 | 12 | 0 | 140 | 136 | 36 | 547 | 133 | 44 |
| Binary | 10110010 | 1000 | 1010 | 0 | 1100000 | 1011110 | 11110 | 101100111 | 1011011 | 100100 |
Color Harmonies of #B2080A
Complementary color
Monochromatic Colors of #B2080A
Black with #B2080A
Text Example
Text Example
White with #B2080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2080A; }
p { color: rgb(178,8,10); }
H1.HeaderClassName
{
color: #B2080A;
}
.AnyTagClassName
{
color: #B2080A;
}
</style>
background-color css
<style>
a { background-color: #B2080A; }
a { background-color: rgb(178,8,10); }
div.DivClassName
{
background-color: #B2080A;
}
.BgClassName
{
background-color: #B2080A;
}
</style>
border-color css
<style>
span { border-color: #B2080A; }
span { border-color: rgb(178,8,10); }
td.TdClassName
{
border-color: #B2080A;
}
.TagClassName
{
border-color: #B2080A;
}
</style>