#B21121

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

Shades of Venetian Red #B21121

Tints of Venetian Red #B21121

Color information

#B21121 (or 0xB21121) is unknown color: approx Venetian Red. HEX triplet: B2, 11 and 21. RGB value is (178,17,33). Sum of RGB (Red+Green+Blue) = 178+17+33=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B21121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21121 is #4DEEDE. Grayscale: #434343. Windows color (decimal): -5107423 or 2167218. OLE color: 2167218.

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

Color convert

RGB1781733-
CMYK00.900.810.30
HSL354.04º82.56%38.24%-
HSV(B)354.04º90.45%69.8%-
XYZ18.849.982.37-
YUV66.96108.84207.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.07%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=78.07%
G=7.46%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178173300.900.810.30354.0482.5638.24
HexB2112105A511E1625326
Octal262214101321213654212346
Binary1011001010001100001010110101010001111101011000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21121; }

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

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

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

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

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

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

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

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