Shades of Venetian Red #B60228
Tints of Venetian Red #B60228
RGB
CMYK
RGB Variations
Color information
#B60228 (or 0xB60228) is known color: Venetian Red. HEX triplet: B6, 02 and 28. RGB value is (182,2,40). Sum of RGB (Red+Green+Blue) = 182+2+40=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60228 is #49FDD7. Grayscale: #3C3C3C. Windows color (decimal): -4849112 or 2622134. OLE color: 2622134.
HSL color Cylindrical-coordinate representation of color #B60228: hue angle of 347.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60228 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.29 |
| HSL | 347.33º | 0.98% | 0.36% | - |
| HSV(B) | 347.33º | 0.99% | 0.71% | - |
| XYZ | 19.7 | 10.14 | 2.93 | - |
| YUV | 60.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 40 | 0 | 0.99 | 0.78 | 0.29 | 347.33 | 0.98 | 0.36 |
| Hex | B6 | 2 | 28 | 0 | 63 | 4E | 1D | 15B | 62 | 24 |
| Octal | 266 | 2 | 50 | 0 | 143 | 116 | 35 | 533 | 142 | 44 |
| Binary | 10110110 | 10 | 101000 | 0 | 1100011 | 1001110 | 11101 | 101011011 | 1100010 | 100100 |
Color Harmonies of #B60228
Complementary color
Monochromatic Colors of #B60228
Black with #B60228
Text Example
Text Example
White with #B60228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60228; }
p { color: rgb(182,2,40); }
H1.HeaderClassName
{
color: #B60228;
}
.AnyTagClassName
{
color: #B60228;
}
</style>
background-color css
<style>
a { background-color: #B60228; }
a { background-color: rgb(182,2,40); }
div.DivClassName
{
background-color: #B60228;
}
.BgClassName
{
background-color: #B60228;
}
</style>
border-color css
<style>
span { border-color: #B60228; }
span { border-color: rgb(182,2,40); }
td.TdClassName
{
border-color: #B60228;
}
.TagClassName
{
border-color: #B60228;
}
</style>