#B9031A

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

Shades of Venetian Red #B9031A

Tints of Venetian Red #B9031A

Color information

#B9031A (or 0xB9031A) is unknown color: approx Venetian Red. HEX triplet: B9, 03 and 1A. RGB value is (185,3,26). Sum of RGB (Red+Green+Blue) = 185+3+26=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031A is #46FCE5. Grayscale: #3C3C3C. Windows color (decimal): -4652262 or 1704889. OLE color: 1704889.

HSL color Cylindrical-coordinate representation of color #B9031A: hue angle of 352.42º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9031A is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB185326-
CMYK00.980.860.27
HSL352.42º96.81%36.86%-
HSV(B)352.42º98.38%72.55%-
XYZ20.2310.451.93-
YUV60.04108.8217.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.45%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=86.45%
G=1.40%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18532600.980.860.27352.4296.8136.86
HexB931A062561B1606125
Octal27133201421263354014145
Binary101110011111010011000101010110110111011000001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9031A; }

 p { color: rgb(185,3,26); }

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

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

 a { background-color: rgb(185,3,26); }

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

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

 span { border-color: rgb(185,3,26); }

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