Shades of Venetian Red #B5020D
Tints of Venetian Red #B5020D
RGB
CMYK
RGB Variations
Color information
#B5020D (or 0xB5020D) is known color: Venetian Red. HEX triplet: B5, 02 and 0D. RGB value is (181,2,13). Sum of RGB (Red+Green+Blue) = 181+2+13=196 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.35% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 181 - color contains mainly: red. Hex color #B5020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5020D is #4AFDF2. Grayscale: #383838. Windows color (decimal): -4914675 or 852661. OLE color: 852661.
HSL color Cylindrical-coordinate representation of color #B5020D: hue angle of 356.31º 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 #B5020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.29 |
| HSL | 356.31º | 0.98% | 0.36% | - |
| HSV(B) | 356.31º | 0.99% | 0.71% | - |
| XYZ | 19.15 | 9.9 | 1.28 | - |
| YUV | 56.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 13 | 0 | 0.99 | 0.93 | 0.29 | 356.31 | 0.98 | 0.36 |
| Hex | B5 | 2 | D | 0 | 63 | 5D | 1D | 164 | 62 | 24 |
| Octal | 265 | 2 | 15 | 0 | 143 | 135 | 35 | 544 | 142 | 44 |
| Binary | 10110101 | 10 | 1101 | 0 | 1100011 | 1011101 | 11101 | 101100100 | 1100010 | 100100 |
Color Harmonies of #B5020D
Complementary color
Monochromatic Colors of #B5020D
Black with #B5020D
Text Example
Text Example
White with #B5020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5020D; }
p { color: rgb(181,2,13); }
H1.HeaderClassName
{
color: #B5020D;
}
.AnyTagClassName
{
color: #B5020D;
}
</style>
background-color css
<style>
a { background-color: #B5020D; }
a { background-color: rgb(181,2,13); }
div.DivClassName
{
background-color: #B5020D;
}
.BgClassName
{
background-color: #B5020D;
}
</style>
border-color css
<style>
span { border-color: #B5020D; }
span { border-color: rgb(181,2,13); }
td.TdClassName
{
border-color: #B5020D;
}
.TagClassName
{
border-color: #B5020D;
}
</style>