#B8050E

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

Shades of Venetian Red #B8050E

Tints of Venetian Red #B8050E

Color information

#B8050E (or 0xB8050E) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 0E. RGB value is (184,5,14). Sum of RGB (Red+Green+Blue) = 184+5+14=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B8050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8050E is #47FAF1. Grayscale: #3B3B3B. Windows color (decimal): -4717298 or 918968. OLE color: 918968.

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

Color convert

RGB184514-
CMYK00.970.920.28
HSL356.98º94.71%37.06%-
HSV(B)356.98º97.28%72.16%-
XYZ19.910.331.36-
YUV59.55102.3216.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 90.64%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=90.64%
G=2.46%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18451400.970.920.28356.9894.7137.06
HexB85E0615C1C1655f25
Octal27051601411343454513745
Binary101110001011110011000011011100111001011001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8050E; }

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

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

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

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

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

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

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

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