#B30923

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

Shades of Venetian Red #B30923

Tints of Venetian Red #B30923

Color information

#B30923 (or 0xB30923) is unknown color: approx Venetian Red. HEX triplet: B3, 09 and 23. RGB value is (179,9,35). Sum of RGB (Red+Green+Blue) = 179+9+35=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B30923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30923 is #4CF6DC. Grayscale: #3E3E3E. Windows color (decimal): -5043933 or 2296243. OLE color: 2296243.

HSL color Cylindrical-coordinate representation of color #B30923: hue angle of 350.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30923 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB179935-
CMYK00.950.800.30
HSL350.82º90.43%36.86%-
HSV(B)350.82º94.97%70.2%-
XYZ18.999.92.5-
YUV62.79112.32210.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.27%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=80.27%
G=4.04%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17993500.950.800.30350.8290.4336.86
HexB392305F501E15f5a25
Octal263114301371203653713245
Binary101100111001100011010111111010000111101010111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30923; }

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

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

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

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

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

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

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

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