#B30428

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

Shades of Venetian Red #B30428

Tints of Venetian Red #B30428

Color information

#B30428 (or 0xB30428) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 28. RGB value is (179,4,40). Sum of RGB (Red+Green+Blue) = 179+4+40=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B30428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30428 is #4CFBD7. Grayscale: #3C3C3C. Windows color (decimal): -5045208 or 2622643. OLE color: 2622643.

HSL color Cylindrical-coordinate representation of color #B30428: hue angle of 347.66º 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 #B30428 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB179440-
CMYK00.980.780.30
HSL347.66º95.63%35.88%-
HSV(B)347.66º97.77%70.2%-
XYZ19.029.822.9-
YUV60.43116.48212.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.27%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=80.27%
G=1.79%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17944000.980.780.30347.6695.6335.88
HexB34280624E1E15c6024
Octal26345001421163653414044
Binary10110011100101000011000101001110111101010111001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30428; }

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

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

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

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

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

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

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

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