Shades of Venetian Red #B3020F
Tints of Venetian Red #B3020F
RGB
CMYK
RGB Variations
Color information
#B3020F (or 0xB3020F) is known color: Venetian Red. HEX triplet: B3, 02 and 0F. RGB value is (179,2,15). Sum of RGB (Red+Green+Blue) = 179+2+15=196 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.33% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 179 - color contains mainly: red. Hex color #B3020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3020F is #4CFDF0. Grayscale: #383838. Windows color (decimal): -5045745 or 983731. OLE color: 983731.
HSL color Cylindrical-coordinate representation of color #B3020F: hue angle of 355.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.30 |
| HSL | 355.59º | 0.98% | 0.35% | - |
| HSV(B) | 355.59º | 0.99% | 0.7% | - |
| XYZ | 18.7 | 9.66 | 1.33 | - |
| YUV | 56.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 15 | 0 | 0.99 | 0.92 | 0.30 | 355.59 | 0.98 | 0.35 |
| Hex | B3 | 2 | F | 0 | 63 | 5C | 1E | 164 | 62 | 23 |
| Octal | 263 | 2 | 17 | 0 | 143 | 134 | 36 | 544 | 142 | 43 |
| Binary | 10110011 | 10 | 1111 | 0 | 1100011 | 1011100 | 11110 | 101100100 | 1100010 | 100011 |
Color Harmonies of #B3020F
Complementary color
Monochromatic Colors of #B3020F
Black with #B3020F
Text Example
Text Example
White with #B3020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3020F; }
p { color: rgb(179,2,15); }
H1.HeaderClassName
{
color: #B3020F;
}
.AnyTagClassName
{
color: #B3020F;
}
</style>
background-color css
<style>
a { background-color: #B3020F; }
a { background-color: rgb(179,2,15); }
div.DivClassName
{
background-color: #B3020F;
}
.BgClassName
{
background-color: #B3020F;
}
</style>
border-color css
<style>
span { border-color: #B3020F; }
span { border-color: rgb(179,2,15); }
td.TdClassName
{
border-color: #B3020F;
}
.TagClassName
{
border-color: #B3020F;
}
</style>