#B30621

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

Shades of Venetian Red #B30621

Tints of Venetian Red #B30621

Color information

#B30621 (or 0xB30621) is unknown color: approx Venetian Red. HEX triplet: B3, 06 and 21. RGB value is (179,6,33). Sum of RGB (Red+Green+Blue) = 179+6+33=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30621 is #4CF9DE. Grayscale: #3C3C3C. Windows color (decimal): -5044703 or 2164403. OLE color: 2164403.

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

Color convert

RGB179633-
CMYK00.970.820.30
HSL350.64º93.51%36.27%-
HSV(B)350.64º96.65%70.2%-
XYZ18.939.822.34-
YUV60.8112.31212.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.11%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=82.11%
G=2.75%
B=15.14%

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
Decimal17963300.970.820.30350.6493.5136.27
HexB3621061521E15f5e24
Octal26364101411223653713644
Binary10110011110100001011000011010010111101010111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30621; }

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

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

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

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

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

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

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

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