#B40221

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

Shades of Venetian Red #B40221

Tints of Venetian Red #B40221

Color information

#B40221 (or 0xB40221) is unknown color: approx Venetian Red. HEX triplet: B4, 02 and 21. RGB value is (180,2,33). Sum of RGB (Red+Green+Blue) = 180+2+33=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B40221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40221 is #4BFDDE. Grayscale: #3A3A3A. Windows color (decimal): -4980191 or 2163380. OLE color: 2163380.

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

Color convert

RGB180233-
CMYK00.990.820.29
HSL349.55º97.8%35.69%-
HSV(B)349.55º98.89%70.59%-
XYZ19.129.862.33-
YUV58.76113.47214.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=83.72%
G=0.93%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18023300.990.820.29349.5597.835.69
HexB4221063521D15e6224
Octal26424101431223553614244
Binary1011010010100001011000111010010111011010111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40221; }

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

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

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

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

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

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

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

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