#B40C19

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

Shades of Venetian Red #B40C19

Tints of Venetian Red #B40C19

Color information

#B40C19 (or 0xB40C19) is unknown color: approx Venetian Red. HEX triplet: B4, 0C and 19. RGB value is (180,12,25). Sum of RGB (Red+Green+Blue) = 180+12+25=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40C19 is #4BF3E6. Grayscale: #3F3F3F. Windows color (decimal): -4977639 or 1641652. OLE color: 1641652.

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

Color convert

RGB1801225-
CMYK00.930.860.29
HSL355.36º87.5%37.65%-
HSV(B)355.36º93.33%70.59%-
XYZ19.1310.041.85-
YUV63.71106.16210.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.95%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=82.95%
G=5.53%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180122500.930.860.29355.3687.537.65
HexB4C1905D561D1635826
Octal264143101351263554313046
Binary10110100110011001010111011010110111011011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C19; }

 p { color: rgb(180,12,25); }

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

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

 a { background-color: rgb(180,12,25); }

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

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

 span { border-color: rgb(180,12,25); }

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