#B80324

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

Shades of Venetian Red #B80324

Tints of Venetian Red #B80324

Color information

#B80324 (or 0xB80324) is unknown color: approx Venetian Red. HEX triplet: B8, 03 and 24. RGB value is (184,3,36). Sum of RGB (Red+Green+Blue) = 184+3+36=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B80324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80324 is #47FCDB. Grayscale: #3C3C3C. Windows color (decimal): -4717788 or 2360248. OLE color: 2360248.

HSL color Cylindrical-coordinate representation of color #B80324: hue angle of 349.06º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80324 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB184336-
CMYK00.980.800.28
HSL349.06º96.79%36.67%-
HSV(B)349.06º98.37%72.16%-
XYZ20.1210.382.61-
YUV60.88113.97215.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.51%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=82.51%
G=1.35%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18433600.980.800.28349.0696.7936.67
HexB8324062501C15d6125
Octal27034401421203453514145
Binary1011100011100100011000101010000111001010111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80324; }

 p { color: rgb(184,3,36); }

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

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

 a { background-color: rgb(184,3,36); }

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

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

 span { border-color: rgb(184,3,36); }

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