#B80928

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

Shades of Venetian Red #B80928

Tints of Venetian Red #B80928

Color information

#B80928 (or 0xB80928) is unknown color: approx Venetian Red. HEX triplet: B8, 09 and 28. RGB value is (184,9,40). Sum of RGB (Red+Green+Blue) = 184+9+40=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B80928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80928 is #47F6D7. Grayscale: #404040. Windows color (decimal): -4716248 or 2623928. OLE color: 2623928.

HSL color Cylindrical-coordinate representation of color #B80928: hue angle of 349.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80928 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB184940-
CMYK00.950.780.28
HSL349.37º90.67%37.84%-
HSV(B)349.37º95.11%72.16%-
XYZ20.2510.542.97-
YUV64.86113.98212.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.97%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=78.97%
G=3.86%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18494000.950.780.28349.3790.6737.84
HexB892805F4E1C15d5b26
Octal270115001371163453513346
Binary101110001001101000010111111001110111001010111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80928; }

 p { color: rgb(184,9,40); }

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

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

 a { background-color: rgb(184,9,40); }

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

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

 span { border-color: rgb(184,9,40); }

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