#B80122

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

Shades of Venetian Red #B80122

Tints of Venetian Red #B80122

Color information

#B80122 (or 0xB80122) is unknown color: approx Venetian Red. HEX triplet: B8, 01 and 22. RGB value is (184,1,34). Sum of RGB (Red+Green+Blue) = 184+1+34=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B80122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80122 is #47FEDD. Grayscale: #3B3B3B. Windows color (decimal): -4718302 or 2228664. OLE color: 2228664.

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

Color convert

RGB184134-
CMYK00.990.820.28
HSL349.18º98.92%36.27%-
HSV(B)349.18º99.46%72.16%-
XYZ20.0710.332.45-
YUV59.48113.63216.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=84.02%
G=0.46%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413400.990.820.28349.1898.9236.27
HexB8122063521C15d6324
Octal27014201431223453514344
Binary101110001100010011000111010010111001010111011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80122; }

 p { color: rgb(184,1,34); }

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

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

 a { background-color: rgb(184,1,34); }

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

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

 span { border-color: rgb(184,1,34); }

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