#B8080E

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

Shades of Venetian Red #B8080E

Tints of Venetian Red #B8080E

Color information

#B8080E (or 0xB8080E) is unknown color: approx Venetian Red. HEX triplet: B8, 08 and 0E. RGB value is (184,8,14). Sum of RGB (Red+Green+Blue) = 184+8+14=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080E is #47F7F1. Grayscale: #3D3D3D. Windows color (decimal): -4716530 or 919736. OLE color: 919736.

HSL color Cylindrical-coordinate representation of color #B8080E: hue angle of 357.95º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8080E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB184814-
CMYK00.960.920.28
HSL357.95º91.67%37.65%-
HSV(B)357.95º95.65%72.16%-
XYZ19.9310.41.37-
YUV61.31101.31215.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 89.32%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=89.32%
G=3.88%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18481400.960.920.28357.9591.6737.65
HexB88E0605C1C1665c26
Octal270101601401343454613446
Binary1011100010001110011000001011100111001011001101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8080E; }

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

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

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

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

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

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

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

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