Shades of Venetian Red #BC0225
Tints of Venetian Red #BC0225
RGB
CMYK
RGB Variations
Color information
#BC0225 (or 0xBC0225) is known color: Venetian Red. HEX triplet: BC, 02 and 25. RGB value is (188,2,37). Sum of RGB (Red+Green+Blue) = 188+2+37=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0225 is #43FDDA. Grayscale: #3D3D3D. Windows color (decimal): -4455899 or 2425532. OLE color: 2425532.
HSL color Cylindrical-coordinate representation of color #BC0225: hue angle of 348.71º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0225 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.26 |
| HSL | 348.71º | 0.98% | 0.37% | - |
| HSV(B) | 348.71º | 0.99% | 0.74% | - |
| XYZ | 21.09 | 10.87 | 2.74 | - |
| YUV | 61.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 37 | 0 | 0.99 | 0.80 | 0.26 | 348.71 | 0.98 | 0.37 |
| Hex | BC | 2 | 25 | 0 | 63 | 50 | 1A | 15D | 62 | 25 |
| Octal | 274 | 2 | 45 | 0 | 143 | 120 | 32 | 535 | 142 | 45 |
| Binary | 10111100 | 10 | 100101 | 0 | 1100011 | 1010000 | 11010 | 101011101 | 1100010 | 100101 |
Color Harmonies of #BC0225
Complementary color
Monochromatic Colors of #BC0225
Black with #BC0225
Text Example
Text Example
White with #BC0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0225; }
p { color: rgb(188,2,37); }
H1.HeaderClassName
{
color: #BC0225;
}
.AnyTagClassName
{
color: #BC0225;
}
</style>
background-color css
<style>
a { background-color: #BC0225; }
a { background-color: rgb(188,2,37); }
div.DivClassName
{
background-color: #BC0225;
}
.BgClassName
{
background-color: #BC0225;
}
</style>
border-color css
<style>
span { border-color: #BC0225; }
span { border-color: rgb(188,2,37); }
td.TdClassName
{
border-color: #BC0225;
}
.TagClassName
{
border-color: #BC0225;
}
</style>