#B4131F

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

Shades of Venetian Red #B4131F

Tints of Venetian Red #B4131F

Color information

#B4131F (or 0xB4131F) is unknown color: approx Venetian Red. HEX triplet: B4, 13 and 1F. RGB value is (180,19,31). Sum of RGB (Red+Green+Blue) = 180+19+31=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B4131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4131F is #4BECE0. Grayscale: #444444. Windows color (decimal): -4975841 or 2036660. OLE color: 2036660.

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

Color convert

RGB1801931-
CMYK00.890.830.29
HSL355.53º80.9%39.02%-
HSV(B)355.53º89.44%70.59%-
XYZ19.310.272.26-
YUV68.51106.84207.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.26%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=78.26%
G=8.26%
B=13.48%

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
Decimal180193100.890.830.29355.5380.939.02
HexB4131F059531D1645127
Octal264233701311233554412147
Binary101101001001111111010110011010011111011011001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4131F; }

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

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

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

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

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

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

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

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