#B2080F

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

Shades of Venetian Red #B2080F

Tints of Venetian Red #B2080F

Color information

#B2080F (or 0xB2080F) is unknown color: approx Venetian Red. HEX triplet: B2, 08 and 0F. RGB value is (178,8,15). Sum of RGB (Red+Green+Blue) = 178+8+15=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B2080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2080F is #4DF7F0. Grayscale: #3B3B3B. Windows color (decimal): -5109745 or 985266. OLE color: 985266.

HSL color Cylindrical-coordinate representation of color #B2080F: hue angle of 357.53º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB178815-
CMYK00.960.920.30
HSL357.53º91.4%36.47%-
HSV(B)357.53º95.51%69.8%-
XYZ18.539.671.34-
YUV59.63102.82212.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 88.56%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=88.56%
G=3.98%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17881500.960.920.30357.5391.436.47
HexB28F0605C1E1665b24
Octal262101701401343654613344
Binary1011001010001111011000001011100111101011001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2080F; }

 p { color: rgb(178,8,15); }

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

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

 a { background-color: rgb(178,8,15); }

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

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

 span { border-color: rgb(178,8,15); }

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