#B80B26

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

Shades of Venetian Red #B80B26

Tints of Venetian Red #B80B26

Color information

#B80B26 (or 0xB80B26) is unknown color: approx Venetian Red. HEX triplet: B8, 0B and 26. RGB value is (184,11,38). Sum of RGB (Red+Green+Blue) = 184+11+38=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B26 is #47F4D9. Grayscale: #414141. Windows color (decimal): -4715738 or 2493368. OLE color: 2493368.

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

Color convert

RGB1841138-
CMYK00.940.790.28
HSL350.64º88.72%38.24%-
HSV(B)350.64º94.02%72.16%-
XYZ20.2410.572.81-
YUV65.8112.31212.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.97%
GREEN value IS 11 (4.69% from 255) = 4.72%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=78.97%
G=4.72%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184113800.940.790.28350.6488.7238.24
HexB8B2605E4F1C15f5926
Octal270134601361173453713146
Binary101110001011100110010111101001111111001010111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B26; }

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

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

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

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

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

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

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

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