#B2161C

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

Shades of Venetian Red #B2161C

Tints of Venetian Red #B2161C

Color information

#B2161C (or 0xB2161C) is unknown color: approx Venetian Red. HEX triplet: B2, 16 and 1C. RGB value is (178,22,28). Sum of RGB (Red+Green+Blue) = 178+22+28=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B2161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2161C is #4DE9E3. Grayscale: #454545. Windows color (decimal): -5106148 or 1840818. OLE color: 1840818.

HSL color Cylindrical-coordinate representation of color #B2161C: hue angle of 357.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2161C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1782228-
CMYK00.880.840.30
HSL357.69º78%39.22%-
HSV(B)357.69º87.64%69.8%-
XYZ18.8610.122.06-
YUV69.33104.68205.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.07%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=78.07%
G=9.65%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178222800.880.840.30357.697839.22
HexB2161C058541E1664e27
Octal262263401301243654611647
Binary101100101011011100010110001010100111101011001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2161C; }

 p { color: rgb(178,22,28); }

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

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

 a { background-color: rgb(178,22,28); }

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

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

 span { border-color: rgb(178,22,28); }

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