#B80408

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

Shades of Venetian Red #B80408

Tints of Venetian Red #B80408

Color information

#B80408 (or 0xB80408) is unknown color: approx Venetian Red. HEX triplet: B8, 04 and 08. RGB value is (184,4,8). Sum of RGB (Red+Green+Blue) = 184+4+8=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B80408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80408 is #47FBF7. Grayscale: #3A3A3A. Windows color (decimal): -4717560 or 525496. OLE color: 525496.

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

Color convert

RGB18448-
CMYK00.980.960.28
HSL358.67º95.74%36.86%-
HSV(B)358.67º97.83%72.16%-
XYZ19.8510.291.17-
YUV58.2899.63217.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 93.88%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=93.88%
G=2.04%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844800.980.960.28358.6795.7436.86
HexB848062601C1676025
Octal27041001421403454714045
Binary101110001001000011000101100000111001011001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80408; }

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

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

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

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

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

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

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

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