#B8071D

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

Shades of Venetian Red #B8071D

Tints of Venetian Red #B8071D

Color information

#B8071D (or 0xB8071D) is unknown color: approx Venetian Red. HEX triplet: B8, 07 and 1D. RGB value is (184,7,29). Sum of RGB (Red+Green+Blue) = 184+7+29=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071D is #47F8E2. Grayscale: #3E3E3E. Windows color (decimal): -4716771 or 1902520. OLE color: 1902520.

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

Color convert

RGB184729-
CMYK00.960.840.28
HSL352.54º92.67%37.45%-
HSV(B)352.54º96.2%72.16%-
XYZ20.0610.432.12-
YUV62.43109.14214.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.64%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=83.64%
G=3.18%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18472900.960.840.28352.5492.6737.45
HexB871D060541C1615d25
Octal27073501401243454113545
Binary1011100011111101011000001010100111001011000011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8071D; }

 p { color: rgb(184,7,29); }

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

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

 a { background-color: rgb(184,7,29); }

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

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

 span { border-color: rgb(184,7,29); }

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