#B31219

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

Shades of Venetian Red #B31219

Tints of Venetian Red #B31219

Color information

#B31219 (or 0xB31219) is unknown color: approx Venetian Red. HEX triplet: B3, 12 and 19. RGB value is (179,18,25). Sum of RGB (Red+Green+Blue) = 179+18+25=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B31219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31219 is #4CEDE6. Grayscale: #434343. Windows color (decimal): -5041639 or 1643187. OLE color: 1643187.

HSL color Cylindrical-coordinate representation of color #B31219: hue angle of 357.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31219 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1791825-
CMYK00.900.860.30
HSL357.39º81.73%38.63%-
HSV(B)357.39º89.94%70.2%-
XYZ18.9810.091.87-
YUV66.94104.34207.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.63%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=80.63%
G=8.11%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179182500.900.860.30357.3981.7338.63
HexB3121905A561E1655227
Octal263223101321263654512247
Binary101100111001011001010110101010110111101011001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31219; }

 p { color: rgb(179,18,25); }

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

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

 a { background-color: rgb(179,18,25); }

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

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

 span { border-color: rgb(179,18,25); }

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