#B3141E

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

Shades of Venetian Red #B3141E

Tints of Venetian Red #B3141E

Color information

#B3141E (or 0xB3141E) is unknown color: approx Venetian Red. HEX triplet: B3, 14 and 1E. RGB value is (179,20,30). Sum of RGB (Red+Green+Blue) = 179+20+30=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B3141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3141E is #4CEBE1. Grayscale: #444444. Windows color (decimal): -5041122 or 1971379. OLE color: 1971379.

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

Color convert

RGB1792030-
CMYK00.890.830.30
HSL356.23º79.9%39.02%-
HSV(B)356.23º88.83%70.2%-
XYZ19.0710.182.19-
YUV68.68106.18206.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.17%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=78.17%
G=8.73%
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.30
SystemRedGreenBlueCMYKHSL
Decimal179203000.890.830.30356.2379.939.02
HexB3141E059531E1645027
Octal263243601311233654412047
Binary101100111010011110010110011010011111101011001001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3141E; }

 p { color: rgb(179,20,30); }

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

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

 a { background-color: rgb(179,20,30); }

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

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

 span { border-color: rgb(179,20,30); }

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