Shades of Venetian Red #B5002C
Tints of Venetian Red #B5002C
RGB
CMYK
RGB Variations
Color information
#B5002C (or 0xB5002C) is known color: Venetian Red. HEX triplet: B5, 00 and 2C. RGB value is (181,0,44). Sum of RGB (Red+Green+Blue) = 181+0+44=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B5002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5002C is #4AFFD3. Grayscale: #3B3B3B. Windows color (decimal): -4915156 or 2883765. OLE color: 2883765.
HSL color Cylindrical-coordinate representation of color #B5002C: hue angle of 345.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5002C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.76 | 0.29 |
| HSL | 345.41º | 1% | 0.35% | - |
| HSV(B) | 345.41º | 1% | 0.71% | - |
| XYZ | 19.51 | 10.01 | 3.29 | - |
| YUV | 59.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 44 | 0 | 1 | 0.76 | 0.29 | 345.41 | 1 | 0.35 |
| Hex | B5 | 0 | 2C | 0 | 64 | 4C | 1D | 159 | 64 | 23 |
| Octal | 265 | 0 | 54 | 0 | 144 | 114 | 35 | 531 | 144 | 43 |
| Binary | 10110101 | 0 | 101100 | 0 | 1100100 | 1001100 | 11101 | 101011001 | 1100100 | 100011 |
Color Harmonies of #B5002C
Complementary color
Monochromatic Colors of #B5002C
Black with #B5002C
Text Example
Text Example
White with #B5002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5002C; }
p { color: rgb(181,0,44); }
H1.HeaderClassName
{
color: #B5002C;
}
.AnyTagClassName
{
color: #B5002C;
}
</style>
background-color css
<style>
a { background-color: #B5002C; }
a { background-color: rgb(181,0,44); }
div.DivClassName
{
background-color: #B5002C;
}
.BgClassName
{
background-color: #B5002C;
}
</style>
border-color css
<style>
span { border-color: #B5002C; }
span { border-color: rgb(181,0,44); }
td.TdClassName
{
border-color: #B5002C;
}
.TagClassName
{
border-color: #B5002C;
}
</style>