#B8141E

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

Shades of Venetian Red #B8141E

Tints of Venetian Red #B8141E

Color information

#B8141E (or 0xB8141E) is unknown color: approx Venetian Red. HEX triplet: B8, 14 and 1E. RGB value is (184,20,30). Sum of RGB (Red+Green+Blue) = 184+20+30=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8141E is #47EBE1. Grayscale: #464646. Windows color (decimal): -4713442 or 1971384. OLE color: 1971384.

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

Color convert

RGB1842030-
CMYK00.890.840.28
HSL356.34º80.39%40%-
HSV(B)356.34º89.13%72.16%-
XYZ20.2510.782.24-
YUV70.18105.33209.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.63%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=78.63%
G=8.55%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184203000.890.840.28356.3480.3940
HexB8141E059541C1645028
Octal270243601311243454412050
Binary101110001010011110010110011010100111001011001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8141E; }

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

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

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

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

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

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

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

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