#B21123

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

Shades of Venetian Red #B21123

Tints of Venetian Red #B21123

Color information

#B21123 (or 0xB21123) is unknown color: approx Venetian Red. HEX triplet: B2, 11 and 23. RGB value is (178,17,35). Sum of RGB (Red+Green+Blue) = 178+17+35=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B21123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21123 is #4DEEDC. Grayscale: #434343. Windows color (decimal): -5107421 or 2298290. OLE color: 2298290.

HSL color Cylindrical-coordinate representation of color #B21123: hue angle of 353.29º 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 #B21123 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1781735-
CMYK00.900.800.30
HSL353.29º82.56%38.24%-
HSV(B)353.29º90.45%69.8%-
XYZ18.869.992.52-
YUV67.19109.84207.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.39%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 35 (14.06% from 255) = 15.22%
R=77.39%
G=7.39%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178173500.900.800.30353.2982.5638.24
HexB2112305A501E1615326
Octal262214301321203654112346
Binary1011001010001100011010110101010000111101011000011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21123; }

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

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

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

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

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

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

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

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