Shades of Venetian Red #B9012D
Tints of Venetian Red #B9012D
RGB
CMYK
RGB Variations
Color information
#B9012D (or 0xB9012D) is known color: Venetian Red. HEX triplet: B9, 01 and 2D. RGB value is (185,1,45). Sum of RGB (Red+Green+Blue) = 185+1+45=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9012D is #46FED2. Grayscale: #3D3D3D. Windows color (decimal): -4652755 or 2949561. OLE color: 2949561.
HSL color Cylindrical-coordinate representation of color #B9012D: hue angle of 345.65º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9012D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.27 |
| HSL | 345.65º | 0.99% | 0.36% | - |
| HSV(B) | 345.65º | 0.99% | 0.73% | - |
| XYZ | 20.49 | 10.53 | 3.43 | - |
| YUV | 61.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 45 | 0 | 0.99 | 0.76 | 0.27 | 345.65 | 0.99 | 0.36 |
| Hex | B9 | 1 | 2D | 0 | 63 | 4C | 1B | 15A | 63 | 24 |
| Octal | 271 | 1 | 55 | 0 | 143 | 114 | 33 | 532 | 143 | 44 |
| Binary | 10111001 | 1 | 101101 | 0 | 1100011 | 1001100 | 11011 | 101011010 | 1100011 | 100100 |
Color Harmonies of #B9012D
Complementary color
Monochromatic Colors of #B9012D
Black with #B9012D
Text Example
Text Example
White with #B9012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9012D; }
p { color: rgb(185,1,45); }
H1.HeaderClassName
{
color: #B9012D;
}
.AnyTagClassName
{
color: #B9012D;
}
</style>
background-color css
<style>
a { background-color: #B9012D; }
a { background-color: rgb(185,1,45); }
div.DivClassName
{
background-color: #B9012D;
}
.BgClassName
{
background-color: #B9012D;
}
</style>
border-color css
<style>
span { border-color: #B9012D; }
span { border-color: rgb(185,1,45); }
td.TdClassName
{
border-color: #B9012D;
}
.TagClassName
{
border-color: #B9012D;
}
</style>