#B40622

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

Shades of Venetian Red #B40622

Tints of Venetian Red #B40622

Color information

#B40622 (or 0xB40622) is unknown color: approx Venetian Red. HEX triplet: B4, 06 and 22. RGB value is (180,6,34). Sum of RGB (Red+Green+Blue) = 180+6+34=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B40622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40622 is #4BF9DD. Grayscale: #3D3D3D. Windows color (decimal): -4979166 or 2229940. OLE color: 2229940.

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

Color convert

RGB180634-
CMYK00.970.810.29
HSL350.34º93.55%36.47%-
HSV(B)350.34º96.67%70.59%-
XYZ19.189.952.42-
YUV61.22112.65212.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.82%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=81.82%
G=2.73%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18063400.970.810.29350.3493.5536.47
HexB4622061511D15e5e24
Octal26464201411213553613644
Binary10110100110100010011000011010001111011010111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40622; }

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

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

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

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

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

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

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

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