#B81319

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

Shades of Venetian Red #B81319

Tints of Venetian Red #B81319

Color information

#B81319 (or 0xB81319) is unknown color: approx Venetian Red. HEX triplet: B8, 13 and 19. RGB value is (184,19,25). Sum of RGB (Red+Green+Blue) = 184+19+25=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B81319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81319 is #47ECE6. Grayscale: #454545. Windows color (decimal): -4713703 or 1643448. OLE color: 1643448.

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

Color convert

RGB1841925-
CMYK00.900.860.28
HSL357.82º81.28%39.8%-
HSV(B)357.82º89.67%72.16%-
XYZ20.1810.731.93-
YUV69.02103.16210.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.70%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=80.70%
G=8.33%
B=10.96%

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
Decimal184192500.900.860.28357.8281.2839.8
HexB8131905A561C1665128
Octal270233101321263454612150
Binary101110001001111001010110101010110111001011001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81319; }

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

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

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

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

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

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

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

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