#B30620

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

Shades of Venetian Red #B30620

Tints of Venetian Red #B30620

Color information

#B30620 (or 0xB30620) is unknown color: approx Venetian Red. HEX triplet: B3, 06 and 20. RGB value is (179,6,32). Sum of RGB (Red+Green+Blue) = 179+6+32=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B30620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30620 is #4CF9DF. Grayscale: #3C3C3C. Windows color (decimal): -5044704 or 2098867. OLE color: 2098867.

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

Color convert

RGB179632-
CMYK00.970.820.30
HSL350.98º93.51%36.27%-
HSV(B)350.98º96.65%70.2%-
XYZ18.929.822.26-
YUV60.69111.81212.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.49%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=82.49%
G=2.76%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17963200.970.820.30350.9893.5136.27
HexB3620061521E15f5e24
Octal26364001411223653713644
Binary10110011110100000011000011010010111101010111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30620; }

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

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

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

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

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

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

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

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