#B60525

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

Shades of Venetian Red #B60525

Tints of Venetian Red #B60525

Color information

#B60525 (or 0xB60525) is unknown color: approx Venetian Red. HEX triplet: B6, 05 and 25. RGB value is (182,5,37). Sum of RGB (Red+Green+Blue) = 182+5+37=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60525 is #49FADA. Grayscale: #3D3D3D. Windows color (decimal): -4848347 or 2426294. OLE color: 2426294.

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

Color convert

RGB182537-
CMYK00.970.800.29
HSL349.15º94.65%36.67%-
HSV(B)349.15º97.25%71.37%-
XYZ19.6810.192.68-
YUV61.57114.14213.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.25%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=81.25%
G=2.23%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18253700.970.800.29349.1594.6536.67
HexB6525061501D15d5f25
Octal26654501411203553513745
Binary10110110101100101011000011010000111011010111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60525; }

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

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

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

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

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

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

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

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