Shades of Venetian Red #B2050D
Tints of Venetian Red #B2050D
RGB
CMYK
RGB Variations
Color information
#B2050D (or 0xB2050D) is known color: Venetian Red. HEX triplet: B2, 05 and 0D. RGB value is (178,5,13). Sum of RGB (Red+Green+Blue) = 178+5+13=196 (25% of max value = 765). Red value is 178 (69.92% from 255 or 90.82% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 178 - color contains mainly: red. Hex color #B2050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2050D is #4DFAF2. Grayscale: #393939. Windows color (decimal): -5110515 or 853426. OLE color: 853426.
HSL color Cylindrical-coordinate representation of color #B2050D: hue angle of 357.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2050D is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.30 |
| HSL | 357.23º | 0.95% | 0.36% | - |
| HSV(B) | 357.23º | 0.97% | 0.7% | - |
| XYZ | 18.49 | 9.6 | 1.26 | - |
| YUV | 57.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 13 | 0 | 0.97 | 0.93 | 0.30 | 357.23 | 0.95 | 0.36 |
| Hex | B2 | 5 | D | 0 | 61 | 5D | 1E | 165 | 5F | 24 |
| Octal | 262 | 5 | 15 | 0 | 141 | 135 | 36 | 545 | 137 | 44 |
| Binary | 10110010 | 101 | 1101 | 0 | 1100001 | 1011101 | 11110 | 101100101 | 1011111 | 100100 |
Color Harmonies of #B2050D
Complementary color
Monochromatic Colors of #B2050D
Black with #B2050D
Text Example
Text Example
White with #B2050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2050D; }
p { color: rgb(178,5,13); }
H1.HeaderClassName
{
color: #B2050D;
}
.AnyTagClassName
{
color: #B2050D;
}
</style>
background-color css
<style>
a { background-color: #B2050D; }
a { background-color: rgb(178,5,13); }
div.DivClassName
{
background-color: #B2050D;
}
.BgClassName
{
background-color: #B2050D;
}
</style>
border-color css
<style>
span { border-color: #B2050D; }
span { border-color: rgb(178,5,13); }
td.TdClassName
{
border-color: #B2050D;
}
.TagClassName
{
border-color: #B2050D;
}
</style>