#B30626

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

Shades of Venetian Red #B30626

Tints of Venetian Red #B30626

Color information

#B30626 (or 0xB30626) is unknown color: approx Venetian Red. HEX triplet: B3, 06 and 26. RGB value is (179,6,38). Sum of RGB (Red+Green+Blue) = 179+6+38=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B30626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30626 is #4CF9D9. Grayscale: #3D3D3D. Windows color (decimal): -5044698 or 2492083. OLE color: 2492083.

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

Color convert

RGB179638-
CMYK00.970.790.30
HSL348.9º93.51%36.27%-
HSV(B)348.9º96.65%70.2%-
XYZ19.019.852.73-
YUV61.38114.81211.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.27%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=80.27%
G=2.69%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17963800.970.790.30348.993.5136.27
HexB36260614F1E15d5e24
Octal26364601411173653513644
Binary10110011110100110011000011001111111101010111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30626; }

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

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

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

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

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

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

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

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