#B80529

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

Shades of Venetian Red #B80529

Tints of Venetian Red #B80529

Color information

#B80529 (or 0xB80529) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 29. RGB value is (184,5,41). Sum of RGB (Red+Green+Blue) = 184+5+41=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B80529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80529 is #47FAD6. Grayscale: #3E3E3E. Windows color (decimal): -4717271 or 2688440. OLE color: 2688440.

HSL color Cylindrical-coordinate representation of color #B80529: hue angle of 347.93º degrees, saturation: 0.95, 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 #B80529 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB184541-
CMYK00.970.780.28
HSL347.93º94.71%37.06%-
HSV(B)347.93º97.28%72.16%-
XYZ20.2210.463.05-
YUV62.62115.8214.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 41 (16.41% from 255) = 17.83%
R=80%
G=2.17%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18454100.970.780.28347.9394.7137.06
HexB85290614E1C15c5f25
Octal27055101411163453413745
Binary10111000101101001011000011001110111001010111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80529; }

 p { color: rgb(184,5,41); }

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

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

 a { background-color: rgb(184,5,41); }

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

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

 span { border-color: rgb(184,5,41); }

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