#B8080C

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

Shades of Venetian Red #B8080C

Tints of Venetian Red #B8080C

Color information

#B8080C (or 0xB8080C) is unknown color: approx Venetian Red. HEX triplet: B8, 08 and 0C. RGB value is (184,8,12). Sum of RGB (Red+Green+Blue) = 184+8+12=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080C is #47F7F3. Grayscale: #3D3D3D. Windows color (decimal): -4716532 or 788664. OLE color: 788664.

HSL color Cylindrical-coordinate representation of color #B8080C: hue angle of 358.64º 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 #B8080C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB184812-
CMYK00.960.930.28
HSL358.64º91.67%37.65%-
HSV(B)358.64º95.65%72.16%-
XYZ19.9210.391.3-
YUV61.08100.31215.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 90.20%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=90.20%
G=3.92%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18481200.960.930.28358.6491.6737.65
HexB88C0605D1C1675c26
Octal270101401401353454713446
Binary1011100010001100011000001011101111001011001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8080C; }

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

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

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

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

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

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

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

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