#B60626

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

Shades of Venetian Red #B60626

Tints of Venetian Red #B60626

Color information

#B60626 (or 0xB60626) is unknown color: approx Venetian Red. HEX triplet: B6, 06 and 26. RGB value is (182,6,38). Sum of RGB (Red+Green+Blue) = 182+6+38=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60626 is #49F9D9. Grayscale: #3E3E3E. Windows color (decimal): -4848090 or 2492086. OLE color: 2492086.

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

Color convert

RGB182638-
CMYK00.970.790.29
HSL349.09º93.62%36.86%-
HSV(B)349.09º96.7%71.37%-
XYZ19.7110.222.77-
YUV62.27114.31213.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.53%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=80.53%
G=2.65%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18263800.970.790.29349.0993.6236.86
HexB66260614F1D15d5e25
Octal26664601411173553513645
Binary10110110110100110011000011001111111011010111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60626; }

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

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

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

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

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

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

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

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