#B80619

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

Shades of Venetian Red #B80619

Tints of Venetian Red #B80619

Color information

#B80619 (or 0xB80619) is unknown color: approx Venetian Red. HEX triplet: B8, 06 and 19. RGB value is (184,6,25). Sum of RGB (Red+Green+Blue) = 184+6+25=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B80619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80619 is #47F9E6. Grayscale: #3D3D3D. Windows color (decimal): -4717031 or 1640120. OLE color: 1640120.

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

Color convert

RGB184625-
CMYK00.970.860.28
HSL353.6º93.68%37.25%-
HSV(B)353.6º96.74%72.16%-
XYZ20.0110.391.87-
YUV61.39107.47215.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 85.58%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=85.58%
G=2.79%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18462500.970.860.28353.693.6837.25
HexB8619061561C1625e25
Octal27063101411263454213645
Binary1011100011011001011000011010110111001011000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80619; }

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

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

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

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

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

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

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

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