#B40621

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

Shades of Venetian Red #B40621

Tints of Venetian Red #B40621

Color information

#B40621 (or 0xB40621) is unknown color: approx Venetian Red. HEX triplet: B4, 06 and 21. RGB value is (180,6,33). Sum of RGB (Red+Green+Blue) = 180+6+33=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40621 is #4BF9DE. Grayscale: #3D3D3D. Windows color (decimal): -4979167 or 2164404. OLE color: 2164404.

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

Color convert

RGB180633-
CMYK00.970.820.29
HSL350.69º93.55%36.47%-
HSV(B)350.69º96.67%70.59%-
XYZ19.169.942.35-
YUV61.1112.15212.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.19%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=82.19%
G=2.74%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18063300.970.820.29350.6993.5536.47
HexB4621061521D15f5e24
Octal26464101411223553713644
Binary10110100110100001011000011010010111011010111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40621; }

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

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

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

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

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

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

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

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