#B8131A

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

Shades of Venetian Red #B8131A

Tints of Venetian Red #B8131A

Color information

#B8131A (or 0xB8131A) is unknown color: approx Venetian Red. HEX triplet: B8, 13 and 1A. RGB value is (184,19,26). Sum of RGB (Red+Green+Blue) = 184+19+26=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8131A is #47ECE5. Grayscale: #454545. Windows color (decimal): -4713702 or 1708984. OLE color: 1708984.

HSL color Cylindrical-coordinate representation of color #B8131A: hue angle of 357.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8131A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1841926-
CMYK00.900.860.28
HSL357.45º81.28%39.8%-
HSV(B)357.45º89.67%72.16%-
XYZ20.1910.731.98-
YUV69.13103.66209.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.35%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=80.35%
G=8.30%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184192600.900.860.28357.4581.2839.8
HexB8131A05A561C1655128
Octal270233201321263454512150
Binary101110001001111010010110101010110111001011001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8131A; }

 p { color: rgb(184,19,26); }

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

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

 a { background-color: rgb(184,19,26); }

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

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

 span { border-color: rgb(184,19,26); }

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