#B40B22

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

Shades of Venetian Red #B40B22

Tints of Venetian Red #B40B22

Color information

#B40B22 (or 0xB40B22) is unknown color: approx Venetian Red. HEX triplet: B4, 0B and 22. RGB value is (180,11,34). Sum of RGB (Red+Green+Blue) = 180+11+34=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B22 is #4BF4DD. Grayscale: #404040. Windows color (decimal): -4977886 or 2231220. OLE color: 2231220.

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

Color convert

RGB1801134-
CMYK00.940.810.29
HSL351.83º88.48%37.45%-
HSV(B)351.83º93.89%70.59%-
XYZ19.2310.062.44-
YUV64.15110.99210.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=80%
G=4.89%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180113400.940.810.29351.8388.4837.45
HexB4B2205E511D1605825
Octal264134201361213554013045
Binary101101001011100010010111101010001111011011000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B22; }

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

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

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

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

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

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

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

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