#B60329

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

Shades of Venetian Red #B60329

Tints of Venetian Red #B60329

Color information

#B60329 (or 0xB60329) is unknown color: approx Venetian Red. HEX triplet: B6, 03 and 29. RGB value is (182,3,41). Sum of RGB (Red+Green+Blue) = 182+3+41=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60329 is #49FCD6. Grayscale: #3C3C3C. Windows color (decimal): -4848855 or 2687926. OLE color: 2687926.

HSL color Cylindrical-coordinate representation of color #B60329: hue angle of 347.26º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60329 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB182341-
CMYK00.980.770.29
HSL347.26º96.76%36.27%-
HSV(B)347.26º98.35%71.37%-
XYZ19.7210.173.02-
YUV60.85116.8214.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.53%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=80.53%
G=1.33%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18234100.980.770.29347.2696.7636.27
HexB63290624D1D15b6124
Octal26635101421153553314144
Binary1011011011101001011000101001101111011010110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60329; }

 p { color: rgb(182,3,41); }

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

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

 a { background-color: rgb(182,3,41); }

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

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

 span { border-color: rgb(182,3,41); }

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