#B60526

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

Shades of Venetian Red #B60526

Tints of Venetian Red #B60526

Color information

#B60526 (or 0xB60526) is unknown color: approx Venetian Red. HEX triplet: B6, 05 and 26. RGB value is (182,5,38). Sum of RGB (Red+Green+Blue) = 182+5+38=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B60526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60526 is #49FAD9. Grayscale: #3D3D3D. Windows color (decimal): -4848346 or 2491830. OLE color: 2491830.

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

Color convert

RGB182538-
CMYK00.970.790.29
HSL348.81º94.65%36.67%-
HSV(B)348.81º97.25%71.37%-
XYZ19.710.192.76-
YUV61.68114.64213.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.89%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=80.89%
G=2.22%
B=16.89%

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
Decimal18253800.970.790.29348.8194.6536.67
HexB65260614F1D15d5f25
Octal26654601411173553513745
Binary10110110101100110011000011001111111011010111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60526; }

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

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

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

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

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

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

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

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