Shades of Venetian Red #B30F23
Tints of Venetian Red #B30F23
RGB
CMYK
RGB Variations
Color information
#B30F23 (or 0xB30F23) is known color: Venetian Red. HEX triplet: B3, 0F and 23. RGB value is (179,15,35). Sum of RGB (Red+Green+Blue) = 179+15+35=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F23 is #4CF0DC. Grayscale: #424242. Windows color (decimal): -5042397 or 2297779. OLE color: 2297779.
HSL color Cylindrical-coordinate representation of color #B30F23: hue angle of 352.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F23 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 35 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.30 |
| HSL | 352.68º | 0.85% | 0.38% | - |
| HSV(B) | 352.68º | 0.92% | 0.7% | - |
| XYZ | 19.06 | 10.05 | 2.52 | - |
| YUV | 66.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 35 | 0 | 0.92 | 0.80 | 0.30 | 352.68 | 0.85 | 0.38 |
| Hex | B3 | F | 23 | 0 | 5C | 50 | 1E | 161 | 55 | 26 |
| Octal | 263 | 17 | 43 | 0 | 134 | 120 | 36 | 541 | 125 | 46 |
| Binary | 10110011 | 1111 | 100011 | 0 | 1011100 | 1010000 | 11110 | 101100001 | 1010101 | 100110 |
Color Harmonies of #B30F23
Complementary color
Monochromatic Colors of #B30F23
Black with #B30F23
Text Example
Text Example
White with #B30F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F23; }
p { color: rgb(179,15,35); }
H1.HeaderClassName
{
color: #B30F23;
}
.AnyTagClassName
{
color: #B30F23;
}
</style>
background-color css
<style>
a { background-color: #B30F23; }
a { background-color: rgb(179,15,35); }
div.DivClassName
{
background-color: #B30F23;
}
.BgClassName
{
background-color: #B30F23;
}
</style>
border-color css
<style>
span { border-color: #B30F23; }
span { border-color: rgb(179,15,35); }
td.TdClassName
{
border-color: #B30F23;
}
.TagClassName
{
border-color: #B30F23;
}
</style>