#B30426

Color #B30426 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B30426

Tints of Venetian Red #B30426

Color information

#B30426 (or 0xB30426) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 26. RGB value is (179,4,38). Sum of RGB (Red+Green+Blue) = 179+4+38=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30426 is #4CFBD9. Grayscale: #3C3C3C. Windows color (decimal): -5045210 or 2491571. OLE color: 2491571.

HSL color Cylindrical-coordinate representation of color #B30426: hue angle of 348.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30426 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB179438-
CMYK00.980.790.30
HSL348.34º95.63%35.88%-
HSV(B)348.34º97.77%70.2%-
XYZ18.989.812.73-
YUV60.2115.48212.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 81.00%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=81.00%
G=1.81%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17943800.980.790.30348.3495.6335.88
HexB34260624F1E15c6024
Octal26344601421173653414044
Binary10110011100100110011000101001111111101010111001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30426; }

 p { color: rgb(179,4,38); }

 H1.HeaderClassName
 {
   color: #B30426;
 }
 .AnyTagClassName
 {
   color: #B30426;
 }
</style>
background-color css

<style>
 a { background-color: #B30426; }

 a { background-color: rgb(179,4,38); }

 div.DivClassName
 {
   background-color: #B30426;
 }
 .BgClassName
 {
   background-color: #B30426;
 }
</style>
border-color css

<style>
 span { border-color: #B30426; }

 span { border-color: rgb(179,4,38); }

 td.TdClassName
 {
   border-color: #B30426;
 }
 .TagClassName
 {
   border-color: #B30426;
 }
</style>