#B30127

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

Shades of Venetian Red #B30127

Tints of Venetian Red #B30127

Color information

#B30127 (or 0xB30127) is unknown color: approx Venetian Red. HEX triplet: B3, 01 and 27. RGB value is (179,1,39). Sum of RGB (Red+Green+Blue) = 179+1+39=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B30127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30127 is #4CFED8. Grayscale: #3A3A3A. Windows color (decimal): -5045977 or 2556339. OLE color: 2556339.

HSL color Cylindrical-coordinate representation of color #B30127: hue angle of 347.19º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30127 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB179139-
CMYK00.990.780.30
HSL347.19º98.89%35.29%-
HSV(B)347.19º99.44%70.2%-
XYZ18.979.752.8-
YUV58.55116.97213.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.74%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=81.74%
G=0.46%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913900.990.780.30347.1998.8935.29
HexB31270634E1E15b6323
Octal26314701431163653314343
Binary101100111100111011000111001110111101010110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30127; }

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

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

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

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

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

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

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

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