#b40b29

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

Shades of Venetian Red #B40B29

Tints of Venetian Red #B40B29

Color information

#B40B29 (or 0xB40B29) is unknown color: approx Venetian Red. HEX triplet: B4, 0B and 29. RGB value is (180,11,41). Sum of RGB (Red+Green+Blue) = 180+11+41=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B29 is #4BF4D6. Grayscale: #414141. Windows color (decimal): -4977879 or 2689972. OLE color: 2689972.

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

Color convert

RGB1801141-
CMYK00.940.770.29
HSL349.35º88.48%37.45%-
HSV(B)349.35º93.89%70.59%-
XYZ19.3410.13.03-
YUV64.95114.49210.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.59%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=77.59%
G=4.74%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180114100.940.770.29349.3588.4837.45
HexB4B2905E4D1D15d5825
Octal264135101361153553513045
Binary101101001011101001010111101001101111011010111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40b29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40b29; }

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

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

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

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

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

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

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

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