#B80E1E

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

Shades of Venetian Red #B80E1E

Tints of Venetian Red #B80E1E

Color information

#B80E1E (or 0xB80E1E) is unknown color: approx Venetian Red. HEX triplet: B8, 0E and 1E. RGB value is (184,14,30). Sum of RGB (Red+Green+Blue) = 184+14+30=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E1E is #47F1E1. Grayscale: #424242. Windows color (decimal): -4714978 or 1969848. OLE color: 1969848.

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

Color convert

RGB1841430-
CMYK00.920.840.28
HSL354.35º85.86%38.82%-
HSV(B)354.35º92.39%72.16%-
XYZ20.1610.62.21-
YUV66.65107.32211.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.70%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=80.70%
G=6.14%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184143000.920.840.28354.3585.8638.82
HexB8E1E05C541C1625627
Octal270163601341243454212647
Binary10111000111011110010111001010100111001011000101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80E1E; }

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

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

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

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

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

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

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

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