#B80B28

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

Shades of Venetian Red #B80B28

Tints of Venetian Red #B80B28

Color information

#B80B28 (or 0xB80B28) is unknown color: approx Venetian Red. HEX triplet: B8, 0B and 28. RGB value is (184,11,40). Sum of RGB (Red+Green+Blue) = 184+11+40=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B28 is #47F4D7. Grayscale: #424242. Windows color (decimal): -4715736 or 2624440. OLE color: 2624440.

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

Color convert

RGB1841140-
CMYK00.940.780.28
HSL349.94º88.72%38.24%-
HSV(B)349.94º94.02%72.16%-
XYZ20.2710.582.98-
YUV66.03113.31212.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=78.30%
G=4.68%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184114000.940.780.28349.9488.7238.24
HexB8B2805E4E1C15e5926
Octal270135001361163453613146
Binary101110001011101000010111101001110111001010111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B28; }

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

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

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

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

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

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

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

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