#B30406

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

Shades of Venetian Red #B30406

Tints of Venetian Red #B30406

Color information

#B30406 (or 0xB30406) is unknown color: approx Venetian Red. HEX triplet: B3, 04 and 06. RGB value is (179,4,6). Sum of RGB (Red+Green+Blue) = 179+4+6=189 (25% of max value = 765). Red value is 179 (70.31% from 255 or 94.71% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 179 - color contains mainly: red. Hex color #B30406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30406 is #4CFBF9. Grayscale: #383838. Windows color (decimal): -5045242 or 394419. OLE color: 394419.

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

Color convert

RGB17946-
CMYK00.980.970.30
HSL359.31º95.63%35.88%-
HSV(B)359.31º97.77%70.2%-
XYZ18.679.681.06-
YUV56.5599.48215.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 94.71%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=94.71%
G=2.12%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794600.980.970.30359.3195.6335.88
HexB346062611E1676024
Octal2634601421413654714044
Binary10110011100110011000101100001111101011001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30406; }

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

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

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

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

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

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

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

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