#B60126

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

Shades of Venetian Red #B60126

Tints of Venetian Red #B60126

Color information

#B60126 (or 0xB60126) is unknown color: approx Venetian Red. HEX triplet: B6, 01 and 26. RGB value is (182,1,38). Sum of RGB (Red+Green+Blue) = 182+1+38=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B60126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60126 is #49FED9. Grayscale: #3B3B3B. Windows color (decimal): -4849370 or 2490806. OLE color: 2490806.

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

Color convert

RGB182138-
CMYK00.990.790.29
HSL347.73º98.91%35.88%-
HSV(B)347.73º99.45%71.37%-
XYZ19.6510.112.75-
YUV59.34115.97215.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=82.35%
G=0.45%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213800.990.790.29347.7398.9135.88
HexB61260634F1D15c6324
Octal26614601431173553414344
Binary101101101100110011000111001111111011010111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60126; }

 p { color: rgb(182,1,38); }

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

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

 a { background-color: rgb(182,1,38); }

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

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

 span { border-color: rgb(182,1,38); }

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