#B6151E

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

Shades of Venetian Red #B6151E

Tints of Venetian Red #B6151E

Color information

#B6151E (or 0xB6151E) is unknown color: approx Venetian Red. HEX triplet: B6, 15 and 1E. RGB value is (182,21,30). Sum of RGB (Red+Green+Blue) = 182+21+30=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B6151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6151E is #49EAE1. Grayscale: #464646. Windows color (decimal): -4844258 or 1971638. OLE color: 1971638.

HSL color Cylindrical-coordinate representation of color #B6151E: hue angle of 356.65º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6151E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1822130-
CMYK00.880.840.29
HSL356.65º79.31%39.8%-
HSV(B)356.65º88.46%71.37%-
XYZ19.7910.582.23-
YUV70.17105.34207.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.11%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=78.11%
G=9.01%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182213000.880.840.29356.6579.3139.8
HexB6151E058541D1654f28
Octal266253601301243554511750
Binary101101101010111110010110001010100111011011001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6151E; }

 p { color: rgb(182,21,30); }

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

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

 a { background-color: rgb(182,21,30); }

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

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

 span { border-color: rgb(182,21,30); }

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