#B40112

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

Shades of Venetian Red #B40112

Tints of Venetian Red #B40112

Color information

#B40112 (or 0xB40112) is unknown color: approx Venetian Red. HEX triplet: B4, 01 and 12. RGB value is (180,1,18). Sum of RGB (Red+Green+Blue) = 180+1+18=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B40112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40112 is #4BFEED. Grayscale: #383838. Windows color (decimal): -4980462 or 1180084. OLE color: 1180084.

HSL color Cylindrical-coordinate representation of color #B40112: hue angle of 354.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40112 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB180118-
CMYK00.990.90.29
HSL354.3º98.9%35.49%-
HSV(B)354.3º99.44%70.59%-
XYZ18.949.771.46-
YUV56.46106.3216.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 90.45%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=90.45%
G=0.50%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011800.990.90.29354.398.935.49
HexB41120635A1D1626323
Octal26412201431323554214343
Binary10110100110010011000111011010111011011000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40112; }

 p { color: rgb(180,1,18); }

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

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

 a { background-color: rgb(180,1,18); }

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

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

 span { border-color: rgb(180,1,18); }

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