#B21314

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

Shades of Venetian Red #B21314

Tints of Venetian Red #B21314

Color information

#B21314 (or 0xB21314) is unknown color: approx Venetian Red. HEX triplet: B2, 13 and 14. RGB value is (178,19,20). Sum of RGB (Red+Green+Blue) = 178+19+20=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B21314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21314 is #4DECEB. Grayscale: #424242. Windows color (decimal): -5106924 or 1315762. OLE color: 1315762.

HSL color Cylindrical-coordinate representation of color #B21314: hue angle of 359.62º degrees, saturation: 0.81, 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 #B21314 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB1781920-
CMYK00.890.890.30
HSL359.62º80.71%38.63%-
HSV(B)359.62º89.33%69.8%-
XYZ18.729.981.6-
YUV66.66101.68207.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.03%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=82.03%
G=8.76%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178192000.890.890.30359.6280.7138.63
HexB21314059591E1685127
Octal262232401311313655012147
Binary101100101001110100010110011011001111101011010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21314; }

 p { color: rgb(178,19,20); }

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

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

 a { background-color: rgb(178,19,20); }

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

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

 span { border-color: rgb(178,19,20); }

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