#B80026

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

Shades of Venetian Red #B80026

Tints of Venetian Red #B80026

Color information

#B80026 (or 0xB80026) is unknown color: approx Venetian Red. HEX triplet: B8, 00 and 26. RGB value is (184,0,38). Sum of RGB (Red+Green+Blue) = 184+0+38=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B80026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80026 is #47FFD9. Grayscale: #3B3B3B. Windows color (decimal): -4718554 or 2490552. OLE color: 2490552.

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

Color convert

RGB184038-
CMYK010.790.28
HSL347.61º100%36.08%-
HSV(B)347.61º100%72.16%-
XYZ20.1210.332.77-
YUV59.35115.96216.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=82.88%
G=0%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184038010.790.28347.6110036.08
HexB80260644F1C15c6424
Octal27004601441173453414444
Binary101110000100110011001001001111111001010111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80026; }

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

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

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

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

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

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

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

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