#B6141C

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

Shades of Venetian Red #B6141C

Tints of Venetian Red #B6141C

Color information

#B6141C (or 0xB6141C) is unknown color: approx Venetian Red. HEX triplet: B6, 14 and 1C. RGB value is (182,20,28). Sum of RGB (Red+Green+Blue) = 182+20+28=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B6141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6141C is #49EBE3. Grayscale: #454545. Windows color (decimal): -4844516 or 1840310. OLE color: 1840310.

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

Color convert

RGB1822028-
CMYK00.890.850.29
HSL357.04º80.2%39.61%-
HSV(B)357.04º89.01%71.37%-
XYZ19.7510.532.09-
YUV69.35104.67208.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 79.13%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=79.13%
G=8.70%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182202800.890.850.29357.0480.239.61
HexB6141C059551D1655028
Octal266243401311253554512050
Binary101101101010011100010110011010101111011011001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6141C; }

 p { color: rgb(182,20,28); }

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

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

 a { background-color: rgb(182,20,28); }

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

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

 span { border-color: rgb(182,20,28); }

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