#B6121B

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

Shades of Venetian Red #B6121B

Tints of Venetian Red #B6121B

Color information

#B6121B (or 0xB6121B) is unknown color: approx Venetian Red. HEX triplet: B6, 12 and 1B. RGB value is (182,18,27). Sum of RGB (Red+Green+Blue) = 182+18+27=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B6121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6121B is #49EDE4. Grayscale: #444444. Windows color (decimal): -4845029 or 1774262. OLE color: 1774262.

HSL color Cylindrical-coordinate representation of color #B6121B: hue angle of 356.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1821827-
CMYK00.900.850.29
HSL356.71º82%39.22%-
HSV(B)356.71º90.11%71.37%-
XYZ19.7110.462.02-
YUV68.06104.83209.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.18%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=80.18%
G=7.93%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182700.900.850.29356.718239.22
HexB6121B05A551D1655227
Octal266223301321253554512247
Binary101101101001011011010110101010101111011011001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6121B; }

 p { color: rgb(182,18,27); }

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

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

 a { background-color: rgb(182,18,27); }

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

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

 span { border-color: rgb(182,18,27); }

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