Shades of Venetian Red #B5012D
Tints of Venetian Red #B5012D
RGB
CMYK
RGB Variations
Color information
#B5012D (or 0xB5012D) is known color: Venetian Red. HEX triplet: B5, 01 and 2D. RGB value is (181,1,45). Sum of RGB (Red+Green+Blue) = 181+1+45=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5012D is #4AFED2. Grayscale: #3B3B3B. Windows color (decimal): -4914899 or 2949557. OLE color: 2949557.
HSL color Cylindrical-coordinate representation of color #B5012D: hue angle of 345.33º degrees, saturation: 0.99, 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 #B5012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.29 |
| HSL | 345.33º | 0.99% | 0.36% | - |
| HSV(B) | 345.33º | 0.99% | 0.71% | - |
| XYZ | 19.54 | 10.03 | 3.39 | - |
| YUV | 59.84 | 119.63 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 45 | 0 | 0.99 | 0.75 | 0.29 | 345.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 2D | 0 | 63 | 4B | 1D | 159 | 63 | 24 |
| Octal | 265 | 1 | 55 | 0 | 143 | 113 | 35 | 531 | 143 | 44 |
| Binary | 10110101 | 1 | 101101 | 0 | 1100011 | 1001011 | 11101 | 101011001 | 1100011 | 100100 |
Color Harmonies of #B5012D
Complementary color
Monochromatic Colors of #B5012D
Black with #B5012D
Text Example
Text Example
White with #B5012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5012D; }
p { color: rgb(181,1,45); }
H1.HeaderClassName
{
color: #B5012D;
}
.AnyTagClassName
{
color: #B5012D;
}
</style>
background-color css
<style>
a { background-color: #B5012D; }
a { background-color: rgb(181,1,45); }
div.DivClassName
{
background-color: #B5012D;
}
.BgClassName
{
background-color: #B5012D;
}
</style>
border-color css
<style>
span { border-color: #B5012D; }
span { border-color: rgb(181,1,45); }
td.TdClassName
{
border-color: #B5012D;
}
.TagClassName
{
border-color: #B5012D;
}
</style>