#B30927

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

Shades of Venetian Red #B30927

Tints of Venetian Red #B30927

Color information

#B30927 (or 0xB30927) is unknown color: approx Venetian Red. HEX triplet: B3, 09 and 27. RGB value is (179,9,39). Sum of RGB (Red+Green+Blue) = 179+9+39=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B30927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30927 is #4CF6D8. Grayscale: #3F3F3F. Windows color (decimal): -5043929 or 2558387. OLE color: 2558387.

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

Color convert

RGB179939-
CMYK00.950.780.30
HSL349.41º90.43%36.86%-
HSV(B)349.41º94.97%70.2%-
XYZ19.059.932.83-
YUV63.25114.32210.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.85%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=78.85%
G=3.96%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17993900.950.780.30349.4190.4336.86
HexB392705F4E1E15d5a25
Octal263114701371163653513245
Binary101100111001100111010111111001110111101010111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30927; }

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

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

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

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

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

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

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

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