#B80526

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

Shades of Venetian Red #B80526

Tints of Venetian Red #B80526

Color information

#B80526 (or 0xB80526) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 26. RGB value is (184,5,38). Sum of RGB (Red+Green+Blue) = 184+5+38=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B80526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80526 is #47FAD9. Grayscale: #3E3E3E. Windows color (decimal): -4717274 or 2491832. OLE color: 2491832.

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

Color convert

RGB184538-
CMYK00.970.790.28
HSL348.94º94.71%37.06%-
HSV(B)348.94º97.28%72.16%-
XYZ20.1710.442.79-
YUV62.28114.3214.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 81.06%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=81.06%
G=2.20%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18453800.970.790.28348.9494.7137.06
HexB85260614F1C15d5f25
Octal27054601411173453513745
Binary10111000101100110011000011001111111001010111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80526; }

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

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

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

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

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

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

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

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