#B6101B

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

Shades of Venetian Red #B6101B

Tints of Venetian Red #B6101B

Color information

#B6101B (or 0xB6101B) is unknown color: approx Venetian Red. HEX triplet: B6, 10 and 1B. RGB value is (182,16,27). Sum of RGB (Red+Green+Blue) = 182+16+27=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B6101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6101B is #49EFE4. Grayscale: #434343. Windows color (decimal): -4845541 or 1773750. OLE color: 1773750.

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

Color convert

RGB1821627-
CMYK00.910.850.29
HSL356.02º83.84%38.82%-
HSV(B)356.02º91.21%71.37%-
XYZ19.6710.392.01-
YUV66.89105.5210.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.89%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 27 (10.94% from 255) = 12%
R=80.89%
G=7.11%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182162700.910.850.29356.0283.8438.82
HexB6101B05B551D1645427
Octal266203301331253554412447
Binary101101101000011011010110111010101111011011001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6101B; }

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

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

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

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

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

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

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

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