#B80924

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

Shades of Venetian Red #B80924

Tints of Venetian Red #B80924

Color information

#B80924 (or 0xB80924) is unknown color: approx Venetian Red. HEX triplet: B8, 09 and 24. RGB value is (184,9,36). Sum of RGB (Red+Green+Blue) = 184+9+36=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B80924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80924 is #47F6DB. Grayscale: #404040. Windows color (decimal): -4716252 or 2361784. OLE color: 2361784.

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

Color convert

RGB184936-
CMYK00.950.800.28
HSL350.74º90.67%37.84%-
HSV(B)350.74º95.11%72.16%-
XYZ20.1810.512.63-
YUV64.4111.98213.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.35%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=80.35%
G=3.93%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18493600.950.800.28350.7490.6737.84
HexB892405F501C15f5b26
Octal270114401371203453713346
Binary101110001001100100010111111010000111001010111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80924; }

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

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

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

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

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

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

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

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