#B2181C

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

Shades of Venetian Red #B2181C

Tints of Venetian Red #B2181C

Color information

#B2181C (or 0xB2181C) is unknown color: approx Venetian Red. HEX triplet: B2, 18 and 1C. RGB value is (178,24,28). Sum of RGB (Red+Green+Blue) = 178+24+28=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B2181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2181C is #4DE7E3. Grayscale: #464646. Windows color (decimal): -5105636 or 1841330. OLE color: 1841330.

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

Color convert

RGB1782428-
CMYK00.870.840.30
HSL358.44º76.24%39.61%-
HSV(B)358.44º86.52%69.8%-
XYZ18.910.22.07-
YUV70.5104.02204.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.39%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=77.39%
G=10.43%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178242800.870.840.30358.4476.2439.61
HexB2181C057541E1664c28
Octal262303401271243654611450
Binary101100101100011100010101111010100111101011001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2181C; }

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

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

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

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

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

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

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

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