#B40222

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

Shades of Venetian Red #B40222

Tints of Venetian Red #B40222

Color information

#B40222 (or 0xB40222) is unknown color: approx Venetian Red. HEX triplet: B4, 02 and 22. RGB value is (180,2,34). Sum of RGB (Red+Green+Blue) = 180+2+34=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B40222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40222 is #4BFDDD. Grayscale: #3A3A3A. Windows color (decimal): -4980190 or 2228916. OLE color: 2228916.

HSL color Cylindrical-coordinate representation of color #B40222: hue angle of 349.21º 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 #B40222 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB180234-
CMYK00.990.810.29
HSL349.21º97.8%35.69%-
HSV(B)349.21º98.89%70.59%-
XYZ19.139.862.41-
YUV58.87113.97214.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=83.33%
G=0.93%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18023400.990.810.29349.2197.835.69
HexB4222063511D15d6224
Octal26424201431213553514244
Binary1011010010100010011000111010001111011010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40222; }

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

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

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

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

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

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

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

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