#B31121

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

Shades of Venetian Red #B31121

Tints of Venetian Red #B31121

Color information

#B31121 (or 0xB31121) is unknown color: approx Venetian Red. HEX triplet: B3, 11 and 21. RGB value is (179,17,33). Sum of RGB (Red+Green+Blue) = 179+17+33=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B31121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31121 is #4CEEDE. Grayscale: #434343. Windows color (decimal): -5041887 or 2167219. OLE color: 2167219.

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

Color convert

RGB1791733-
CMYK00.910.820.30
HSL354.07º82.65%38.43%-
HSV(B)354.07º90.5%70.2%-
XYZ19.0710.092.38-
YUV67.26108.67207.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.17%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=78.17%
G=7.42%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179173300.910.820.30354.0782.6538.43
HexB3112105B521E1625326
Octal263214101331223654212346
Binary1011001110001100001010110111010010111101011000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31121; }

 p { color: rgb(179,17,33); }

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

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

 a { background-color: rgb(179,17,33); }

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

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

 span { border-color: rgb(179,17,33); }

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