#B2161A

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

Shades of Venetian Red #B2161A

Tints of Venetian Red #B2161A

Color information

#B2161A (or 0xB2161A) is unknown color: approx Venetian Red. HEX triplet: B2, 16 and 1A. RGB value is (178,22,26). Sum of RGB (Red+Green+Blue) = 178+22+26=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B2161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2161A is #4DE9E5. Grayscale: #454545. Windows color (decimal): -5106150 or 1709746. OLE color: 1709746.

HSL color Cylindrical-coordinate representation of color #B2161A: hue angle of 358.46º 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 #B2161A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1782226-
CMYK00.880.850.30
HSL358.46º78%39.22%-
HSV(B)358.46º87.64%69.8%-
XYZ18.8310.111.94-
YUV69.1103.68205.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.76%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=78.76%
G=9.73%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178222600.880.850.30358.467839.22
HexB2161A058551E1664e27
Octal262263201301253654611647
Binary101100101011011010010110001010101111101011001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2161A; }

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

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

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

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

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

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

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

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