#B30628

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

Shades of Venetian Red #B30628

Tints of Venetian Red #B30628

Color information

#B30628 (or 0xB30628) is unknown color: approx Venetian Red. HEX triplet: B3, 06 and 28. RGB value is (179,6,40). Sum of RGB (Red+Green+Blue) = 179+6+40=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B30628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30628 is #4CF9D7. Grayscale: #3D3D3D. Windows color (decimal): -5044696 or 2623155. OLE color: 2623155.

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

Color convert

RGB179640-
CMYK00.970.780.30
HSL348.21º93.51%36.27%-
HSV(B)348.21º96.65%70.2%-
XYZ19.049.872.91-
YUV61.6115.81211.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 79.56%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=79.56%
G=2.67%
B=17.78%

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
Decimal17964000.970.780.30348.2193.5136.27
HexB36280614E1E15c5e24
Octal26365001411163653413644
Binary10110011110101000011000011001110111101010111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30628; }

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

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

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

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

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

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

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

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