Shades of Venetian Red #B4080D
Tints of Venetian Red #B4080D
RGB
CMYK
RGB Variations
Color information
#B4080D (or 0xB4080D) is known color: Venetian Red. HEX triplet: B4, 08 and 0D. RGB value is (180,8,13). Sum of RGB (Red+Green+Blue) = 180+8+13=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080D is #4BF7F2. Grayscale: #3C3C3C. Windows color (decimal): -4978675 or 854196. OLE color: 854196.
HSL color Cylindrical-coordinate representation of color #B4080D: hue angle of 358.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.29 |
| HSL | 358.26º | 0.91% | 0.37% | - |
| HSV(B) | 358.26º | 0.96% | 0.71% | - |
| XYZ | 18.98 | 9.91 | 1.29 | - |
| YUV | 60 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 13 | 0 | 0.96 | 0.93 | 0.29 | 358.26 | 0.91 | 0.37 |
| Hex | B4 | 8 | D | 0 | 60 | 5D | 1D | 166 | 5B | 25 |
| Octal | 264 | 10 | 15 | 0 | 140 | 135 | 35 | 546 | 133 | 45 |
| Binary | 10110100 | 1000 | 1101 | 0 | 1100000 | 1011101 | 11101 | 101100110 | 1011011 | 100101 |
Color Harmonies of #B4080D
Complementary color
Monochromatic Colors of #B4080D
Black with #B4080D
Text Example
Text Example
White with #B4080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4080D; }
p { color: rgb(180,8,13); }
H1.HeaderClassName
{
color: #B4080D;
}
.AnyTagClassName
{
color: #B4080D;
}
</style>
background-color css
<style>
a { background-color: #B4080D; }
a { background-color: rgb(180,8,13); }
div.DivClassName
{
background-color: #B4080D;
}
.BgClassName
{
background-color: #B4080D;
}
</style>
border-color css
<style>
span { border-color: #B4080D; }
span { border-color: rgb(180,8,13); }
td.TdClassName
{
border-color: #B4080D;
}
.TagClassName
{
border-color: #B4080D;
}
</style>