#B6101A

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

Shades of Venetian Red #B6101A

Tints of Venetian Red #B6101A

Color information

#B6101A (or 0xB6101A) is unknown color: approx Venetian Red. HEX triplet: B6, 10 and 1A. RGB value is (182,16,26). Sum of RGB (Red+Green+Blue) = 182+16+26=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B6101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6101A is #49EFE5. Grayscale: #424242. Windows color (decimal): -4845542 or 1708214. OLE color: 1708214.

HSL color Cylindrical-coordinate representation of color #B6101A: hue angle of 356.39º 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 #B6101A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1821626-
CMYK00.910.860.29
HSL356.39º83.84%38.82%-
HSV(B)356.39º91.21%71.37%-
XYZ19.6610.391.95-
YUV66.77105210.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.25%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=81.25%
G=7.14%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182162600.910.860.29356.3983.8438.82
HexB6101A05B561D1645427
Octal266203201331263554412447
Binary101101101000011010010110111010110111011011001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6101A; }

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

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

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

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

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

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

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

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