#B8071E

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

Shades of Venetian Red #B8071E

Tints of Venetian Red #B8071E

Color information

#B8071E (or 0xB8071E) is unknown color: approx Venetian Red. HEX triplet: B8, 07 and 1E. RGB value is (184,7,30). Sum of RGB (Red+Green+Blue) = 184+7+30=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071E is #47F8E1. Grayscale: #3E3E3E. Windows color (decimal): -4716770 or 1968056. OLE color: 1968056.

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

Color convert

RGB184730-
CMYK00.960.840.28
HSL352.2º92.67%37.45%-
HSV(B)352.2º96.2%72.16%-
XYZ20.0810.442.18-
YUV62.54109.64214.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.26%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=83.26%
G=3.17%
B=13.57%

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
Decimal18473000.960.840.28352.292.6737.45
HexB871E060541C1605d25
Octal27073601401243454013545
Binary1011100011111110011000001010100111001011000001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8071E; }

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

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

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

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

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

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

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

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