#B80527

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

Shades of Venetian Red #B80527

Tints of Venetian Red #B80527

Color information

#B80527 (or 0xB80527) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 27. RGB value is (184,5,39). Sum of RGB (Red+Green+Blue) = 184+5+39=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B80527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80527 is #47FAD8. Grayscale: #3E3E3E. Windows color (decimal): -4717273 or 2557368. OLE color: 2557368.

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

Color convert

RGB184539-
CMYK00.970.790.28
HSL348.6º94.71%37.06%-
HSV(B)348.6º97.28%72.16%-
XYZ20.1910.452.87-
YUV62.4114.8214.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.70%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=80.70%
G=2.19%
B=17.11%

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
Decimal18453900.970.790.28348.694.7137.06
HexB85270614F1C15d5f25
Octal27054701411173453513745
Binary10111000101100111011000011001111111001010111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80527; }

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

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

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

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

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

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

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

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