#B81220

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

Shades of Venetian Red #B81220

Tints of Venetian Red #B81220

Color information

#B81220 (or 0xB81220) is unknown color: approx Venetian Red. HEX triplet: B8, 12 and 20. RGB value is (184,18,32). Sum of RGB (Red+Green+Blue) = 184+18+32=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B81220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81220 is #47EDDF. Grayscale: #454545. Windows color (decimal): -4713952 or 2101944. OLE color: 2101944.

HSL color Cylindrical-coordinate representation of color #B81220: hue angle of 354.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81220 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1841832-
CMYK00.900.830.28
HSL354.94º82.18%39.61%-
HSV(B)354.94º90.22%72.16%-
XYZ20.2410.732.37-
YUV69.23107209.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.63%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=78.63%
G=7.69%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184183200.900.830.28354.9482.1839.61
HexB8122005A531C1635228
Octal270224001321233454312250
Binary1011100010010100000010110101010011111001011000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81220; }

 p { color: rgb(184,18,32); }

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

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

 a { background-color: rgb(184,18,32); }

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

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

 span { border-color: rgb(184,18,32); }

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