#B8071C

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

Shades of Venetian Red #B8071C

Tints of Venetian Red #B8071C

Color information

#B8071C (or 0xB8071C) is unknown color: approx Venetian Red. HEX triplet: B8, 07 and 1C. RGB value is (184,7,28). Sum of RGB (Red+Green+Blue) = 184+7+28=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071C is #47F8E3. Grayscale: #3E3E3E. Windows color (decimal): -4716772 or 1836984. OLE color: 1836984.

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

Color convert

RGB184728-
CMYK00.960.850.28
HSL352.88º92.67%37.45%-
HSV(B)352.88º96.2%72.16%-
XYZ20.0510.432.05-
YUV62.32108.64214.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=84.02%
G=3.20%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18472800.960.850.28352.8892.6737.45
HexB871C060551C1615d25
Octal27073401401253454113545
Binary1011100011111100011000001010101111001011000011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8071C; }

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

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

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

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

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

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

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

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