Shades of Venetian Red #B3012D
Tints of Venetian Red #B3012D
RGB
CMYK
RGB Variations
Color information
#B3012D (or 0xB3012D) is known color: Venetian Red. HEX triplet: B3, 01 and 2D. RGB value is (179,1,45). Sum of RGB (Red+Green+Blue) = 179+1+45=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B3012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3012D is #4CFED2. Grayscale: #3B3B3B. Windows color (decimal): -5045971 or 2949555. OLE color: 2949555.
HSL color Cylindrical-coordinate representation of color #B3012D: hue angle of 345.17º 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 #B3012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.30 |
| HSL | 345.17º | 0.99% | 0.35% | - |
| HSV(B) | 345.17º | 0.99% | 0.7% | - |
| XYZ | 19.07 | 9.79 | 3.37 | - |
| YUV | 59.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 45 | 0 | 0.99 | 0.75 | 0.30 | 345.17 | 0.99 | 0.35 |
| Hex | B3 | 1 | 2D | 0 | 63 | 4B | 1E | 159 | 63 | 23 |
| Octal | 263 | 1 | 55 | 0 | 143 | 113 | 36 | 531 | 143 | 43 |
| Binary | 10110011 | 1 | 101101 | 0 | 1100011 | 1001011 | 11110 | 101011001 | 1100011 | 100011 |
Color Harmonies of #B3012D
Complementary color
Monochromatic Colors of #B3012D
Black with #B3012D
Text Example
Text Example
White with #B3012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3012D; }
p { color: rgb(179,1,45); }
H1.HeaderClassName
{
color: #B3012D;
}
.AnyTagClassName
{
color: #B3012D;
}
</style>
background-color css
<style>
a { background-color: #B3012D; }
a { background-color: rgb(179,1,45); }
div.DivClassName
{
background-color: #B3012D;
}
.BgClassName
{
background-color: #B3012D;
}
</style>
border-color css
<style>
span { border-color: #B3012D; }
span { border-color: rgb(179,1,45); }
td.TdClassName
{
border-color: #B3012D;
}
.TagClassName
{
border-color: #B3012D;
}
</style>