Shades of Venetian Red #B3012C
Tints of Venetian Red #B3012C
RGB
CMYK
RGB Variations
Color information
#B3012C (or 0xB3012C) is known color: Venetian Red. HEX triplet: B3, 01 and 2C. RGB value is (179,1,44). Sum of RGB (Red+Green+Blue) = 179+1+44=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B3012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3012C is #4CFED3. Grayscale: #3B3B3B. Windows color (decimal): -5045972 or 2884019. OLE color: 2884019.
HSL color Cylindrical-coordinate representation of color #B3012C: hue angle of 345.51º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3012C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.30 |
| HSL | 345.51º | 0.99% | 0.35% | - |
| HSV(B) | 345.51º | 0.99% | 0.7% | - |
| XYZ | 19.06 | 9.79 | 3.27 | - |
| YUV | 59.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 44 | 0 | 0.99 | 0.75 | 0.30 | 345.51 | 0.99 | 0.35 |
| Hex | B3 | 1 | 2C | 0 | 63 | 4B | 1E | 15A | 63 | 23 |
| Octal | 263 | 1 | 54 | 0 | 143 | 113 | 36 | 532 | 143 | 43 |
| Binary | 10110011 | 1 | 101100 | 0 | 1100011 | 1001011 | 11110 | 101011010 | 1100011 | 100011 |
Color Harmonies of #B3012C
Complementary color
Monochromatic Colors of #B3012C
Black with #B3012C
Text Example
Text Example
White with #B3012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3012C; }
p { color: rgb(179,1,44); }
H1.HeaderClassName
{
color: #B3012C;
}
.AnyTagClassName
{
color: #B3012C;
}
</style>
background-color css
<style>
a { background-color: #B3012C; }
a { background-color: rgb(179,1,44); }
div.DivClassName
{
background-color: #B3012C;
}
.BgClassName
{
background-color: #B3012C;
}
</style>
border-color css
<style>
span { border-color: #B3012C; }
span { border-color: rgb(179,1,44); }
td.TdClassName
{
border-color: #B3012C;
}
.TagClassName
{
border-color: #B3012C;
}
</style>