#B80923

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

Shades of Venetian Red #B80923

Tints of Venetian Red #B80923

Color information

#B80923 (or 0xB80923) is unknown color: approx Venetian Red. HEX triplet: B8, 09 and 23. RGB value is (184,9,35). Sum of RGB (Red+Green+Blue) = 184+9+35=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B80923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80923 is #47F6DC. Grayscale: #404040. Windows color (decimal): -4716253 or 2296248. OLE color: 2296248.

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

Color convert

RGB184935-
CMYK00.950.810.28
HSL351.09º90.67%37.84%-
HSV(B)351.09º95.11%72.16%-
XYZ20.1710.512.56-
YUV64.29111.48213.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.70%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 35 (14.06% from 255) = 15.35%
R=80.70%
G=3.95%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18493500.950.810.28351.0990.6737.84
HexB892305F511C15f5b26
Octal270114301371213453713346
Binary101110001001100011010111111010001111001010111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80923; }

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

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

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

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

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

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

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

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