#B30627

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

Shades of Venetian Red #B30627

Tints of Venetian Red #B30627

Color information

#B30627 (or 0xB30627) is unknown color: approx Venetian Red. HEX triplet: B3, 06 and 27. RGB value is (179,6,39). Sum of RGB (Red+Green+Blue) = 179+6+39=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B30627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30627 is #4CF9D8. Grayscale: #3D3D3D. Windows color (decimal): -5044697 or 2557619. OLE color: 2557619.

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

Color convert

RGB179639-
CMYK00.970.780.30
HSL348.55º93.51%36.27%-
HSV(B)348.55º96.65%70.2%-
XYZ19.029.862.82-
YUV61.49115.31211.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 79.91%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=79.91%
G=2.68%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17963900.970.780.30348.5593.5136.27
HexB36270614E1E15d5e24
Octal26364701411163653513644
Binary10110011110100111011000011001110111101010111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30627; }

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

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

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

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

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

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

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

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