#B40B23

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

Shades of Venetian Red #B40B23

Tints of Venetian Red #B40B23

Color information

#B40B23 (or 0xB40B23) is unknown color: approx Venetian Red. HEX triplet: B4, 0B and 23. RGB value is (180,11,35). Sum of RGB (Red+Green+Blue) = 180+11+35=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B23 is #4BF4DC. Grayscale: #404040. Windows color (decimal): -4977885 or 2296756. OLE color: 2296756.

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

Color convert

RGB1801135-
CMYK00.940.810.29
HSL351.48º88.48%37.45%-
HSV(B)351.48º93.89%70.59%-
XYZ19.2510.062.52-
YUV64.27111.49210.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 79.65%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=79.65%
G=4.87%
B=15.49%

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
Decimal180113500.940.810.29351.4888.4837.45
HexB4B2305E511D15f5825
Octal264134301361213553713045
Binary101101001011100011010111101010001111011010111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B23; }

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

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

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

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

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

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

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

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