Shades of Venetian Red #B3090D
Tints of Venetian Red #B3090D
RGB
CMYK
RGB Variations
Color information
#B3090D (or 0xB3090D) is known color: Venetian Red. HEX triplet: B3, 09 and 0D. RGB value is (179,9,13). Sum of RGB (Red+Green+Blue) = 179+9+13=201 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.05% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 179 - color contains mainly: red. Hex color #B3090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3090D is #4CF6F2. Grayscale: #3C3C3C. Windows color (decimal): -5043955 or 854451. OLE color: 854451.
HSL color Cylindrical-coordinate representation of color #B3090D: hue angle of 358.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3090D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.30 |
| HSL | 358.59º | 0.9% | 0.37% | - |
| HSV(B) | 358.59º | 0.95% | 0.7% | - |
| XYZ | 18.76 | 9.81 | 1.29 | - |
| YUV | 60.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 13 | 0 | 0.95 | 0.93 | 0.30 | 358.59 | 0.9 | 0.37 |
| Hex | B3 | 9 | D | 0 | 5F | 5D | 1E | 167 | 5A | 25 |
| Octal | 263 | 11 | 15 | 0 | 137 | 135 | 36 | 547 | 132 | 45 |
| Binary | 10110011 | 1001 | 1101 | 0 | 1011111 | 1011101 | 11110 | 101100111 | 1011010 | 100101 |
Color Harmonies of #B3090D
Complementary color
Monochromatic Colors of #B3090D
Black with #B3090D
Text Example
Text Example
White with #B3090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3090D; }
p { color: rgb(179,9,13); }
H1.HeaderClassName
{
color: #B3090D;
}
.AnyTagClassName
{
color: #B3090D;
}
</style>
background-color css
<style>
a { background-color: #B3090D; }
a { background-color: rgb(179,9,13); }
div.DivClassName
{
background-color: #B3090D;
}
.BgClassName
{
background-color: #B3090D;
}
</style>
border-color css
<style>
span { border-color: #B3090D; }
span { border-color: rgb(179,9,13); }
td.TdClassName
{
border-color: #B3090D;
}
.TagClassName
{
border-color: #B3090D;
}
</style>