Shades of Venetian Red #B20C1C
Tints of Venetian Red #B20C1C
RGB
CMYK
RGB Variations
Color information
#B20C1C (or 0xB20C1C) is known color: Venetian Red. HEX triplet: B2, 0C and 1C. RGB value is (178,12,28). Sum of RGB (Red+Green+Blue) = 178+12+28=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C1C is #4DF3E3. Grayscale: #3F3F3F. Windows color (decimal): -5108708 or 1838258. OLE color: 1838258.
HSL color Cylindrical-coordinate representation of color #B20C1C: hue angle of 354.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C1C is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 28 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.30 |
| HSL | 354.22º | 0.87% | 0.37% | - |
| HSV(B) | 354.22º | 0.93% | 0.7% | - |
| XYZ | 18.7 | 9.81 | 2.01 | - |
| YUV | 63.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 28 | 0 | 0.93 | 0.84 | 0.30 | 354.22 | 0.87 | 0.37 |
| Hex | B2 | C | 1C | 0 | 5D | 54 | 1E | 162 | 57 | 25 |
| Octal | 262 | 14 | 34 | 0 | 135 | 124 | 36 | 542 | 127 | 45 |
| Binary | 10110010 | 1100 | 11100 | 0 | 1011101 | 1010100 | 11110 | 101100010 | 1010111 | 100101 |
Color Harmonies of #B20C1C
Complementary color
Monochromatic Colors of #B20C1C
Black with #B20C1C
Text Example
Text Example
White with #B20C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C1C; }
p { color: rgb(178,12,28); }
H1.HeaderClassName
{
color: #B20C1C;
}
.AnyTagClassName
{
color: #B20C1C;
}
</style>
background-color css
<style>
a { background-color: #B20C1C; }
a { background-color: rgb(178,12,28); }
div.DivClassName
{
background-color: #B20C1C;
}
.BgClassName
{
background-color: #B20C1C;
}
</style>
border-color css
<style>
span { border-color: #B20C1C; }
span { border-color: rgb(178,12,28); }
td.TdClassName
{
border-color: #B20C1C;
}
.TagClassName
{
border-color: #B20C1C;
}
</style>