Shades of Venetian Red #B70324
Tints of Venetian Red #B70324
RGB
CMYK
RGB Variations
Color information
#B70324 (or 0xB70324) is known color: Venetian Red. HEX triplet: B7, 03 and 24. RGB value is (183,3,36). Sum of RGB (Red+Green+Blue) = 183+3+36=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B70324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70324 is #48FCDB. Grayscale: #3C3C3C. Windows color (decimal): -4783324 or 2360247. OLE color: 2360247.
HSL color Cylindrical-coordinate representation of color #B70324: hue angle of 349º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70324 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 36 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.28 |
| HSL | 349º | 0.97% | 0.36% | - |
| HSV(B) | 349º | 0.98% | 0.72% | - |
| XYZ | 19.88 | 10.26 | 2.6 | - |
| YUV | 60.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 36 | 0 | 0.98 | 0.80 | 0.28 | 349 | 0.97 | 0.36 |
| Hex | B7 | 3 | 24 | 0 | 62 | 50 | 1C | 15D | 61 | 24 |
| Octal | 267 | 3 | 44 | 0 | 142 | 120 | 34 | 535 | 141 | 44 |
| Binary | 10110111 | 11 | 100100 | 0 | 1100010 | 1010000 | 11100 | 101011101 | 1100001 | 100100 |
Color Harmonies of #B70324
Complementary color
Monochromatic Colors of #B70324
Black with #B70324
Text Example
Text Example
White with #B70324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70324; }
p { color: rgb(183,3,36); }
H1.HeaderClassName
{
color: #B70324;
}
.AnyTagClassName
{
color: #B70324;
}
</style>
background-color css
<style>
a { background-color: #B70324; }
a { background-color: rgb(183,3,36); }
div.DivClassName
{
background-color: #B70324;
}
.BgClassName
{
background-color: #B70324;
}
</style>
border-color css
<style>
span { border-color: #B70324; }
span { border-color: rgb(183,3,36); }
td.TdClassName
{
border-color: #B70324;
}
.TagClassName
{
border-color: #B70324;
}
</style>