#B4131E

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

Shades of Venetian Red #B4131E

Tints of Venetian Red #B4131E

Color information

#B4131E (or 0xB4131E) is unknown color: approx Venetian Red. HEX triplet: B4, 13 and 1E. RGB value is (180,19,30). Sum of RGB (Red+Green+Blue) = 180+19+30=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B4131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4131E is #4BECE1. Grayscale: #444444. Windows color (decimal): -4975842 or 1971124. OLE color: 1971124.

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

Color convert

RGB1801930-
CMYK00.890.830.29
HSL355.9º80.9%39.02%-
HSV(B)355.9º89.44%70.59%-
XYZ19.2910.262.19-
YUV68.39106.34207.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.60%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=78.60%
G=8.30%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180193000.890.830.29355.980.939.02
HexB4131E059531D1645127
Octal264233601311233554412147
Binary101101001001111110010110011010011111011011001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4131E; }

 p { color: rgb(180,19,30); }

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

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

 a { background-color: rgb(180,19,30); }

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

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

 span { border-color: rgb(180,19,30); }

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