#B4080E

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

Shades of Venetian Red #B4080E

Tints of Venetian Red #B4080E

Color information

#B4080E (or 0xB4080E) is unknown color: approx Venetian Red. HEX triplet: B4, 08 and 0E. RGB value is (180,8,14). Sum of RGB (Red+Green+Blue) = 180+8+14=202 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.11% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 180 - color contains mainly: red. Hex color #B4080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4080E is #4BF7F1. Grayscale: #3C3C3C. Windows color (decimal): -4978674 or 919732. OLE color: 919732.

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

Color convert

RGB180814-
CMYK00.960.920.29
HSL357.91º91.49%36.86%-
HSV(B)357.91º95.56%70.59%-
XYZ18.999.911.33-
YUV60.11101.98213.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 89.11%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=89.11%
G=3.96%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18081400.960.920.29357.9191.4936.86
HexB48E0605C1D1665b25
Octal264101601401343554613345
Binary1011010010001110011000001011100111011011001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4080E; }

 p { color: rgb(180,8,14); }

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

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

 a { background-color: rgb(180,8,14); }

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

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

 span { border-color: rgb(180,8,14); }

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