#B80B27

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

Shades of Venetian Red #B80B27

Tints of Venetian Red #B80B27

Color information

#B80B27 (or 0xB80B27) is unknown color: approx Venetian Red. HEX triplet: B8, 0B and 27. RGB value is (184,11,39). Sum of RGB (Red+Green+Blue) = 184+11+39=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B27 is #47F4D8. Grayscale: #414141. Windows color (decimal): -4715737 or 2558904. OLE color: 2558904.

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

Color convert

RGB1841139-
CMYK00.940.790.28
HSL350.29º88.72%38.24%-
HSV(B)350.29º94.02%72.16%-
XYZ20.2510.582.89-
YUV65.92112.81212.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.63%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=78.63%
G=4.70%
B=16.67%

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
Decimal184113900.940.790.28350.2988.7238.24
HexB8B2705E4F1C15e5926
Octal270134701361173453613146
Binary101110001011100111010111101001111111001010111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B27; }

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

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

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

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

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

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

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

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