#B8121F

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

Shades of Venetian Red #B8121F

Tints of Venetian Red #B8121F

Color information

#B8121F (or 0xB8121F) is unknown color: approx Venetian Red. HEX triplet: B8, 12 and 1F. RGB value is (184,18,31). Sum of RGB (Red+Green+Blue) = 184+18+31=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8121F is #47EDE0. Grayscale: #454545. Windows color (decimal): -4713953 or 2036408. OLE color: 2036408.

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

Color convert

RGB1841831-
CMYK00.900.830.28
HSL355.3º82.18%39.61%-
HSV(B)355.3º90.22%72.16%-
XYZ20.2310.722.3-
YUV69.12106.5209.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.97%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=78.97%
G=7.73%
B=13.30%

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
Decimal184183100.900.830.28355.382.1839.61
HexB8121F05A531C1635228
Octal270223701321233454312250
Binary101110001001011111010110101010011111001011000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8121F; }

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

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

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

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

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

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

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

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