#B50725

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

Shades of Venetian Red #B50725

Tints of Venetian Red #B50725

Color information

#B50725 (or 0xB50725) is unknown color: approx Venetian Red. HEX triplet: B5, 07 and 25. RGB value is (181,7,37). Sum of RGB (Red+Green+Blue) = 181+7+37=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B50725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50725 is #4AF8DA. Grayscale: #3E3E3E. Windows color (decimal): -4913371 or 2426805. OLE color: 2426805.

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

Color convert

RGB181737-
CMYK00.960.800.29
HSL349.66º92.55%36.86%-
HSV(B)349.66º96.13%70.98%-
XYZ19.4710.112.68-
YUV62.45113.65212.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.44%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=80.44%
G=3.11%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18173700.960.800.29349.6692.5536.86
HexB5725060501D15e5d25
Octal26574501401203553613545
Binary10110101111100101011000001010000111011010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50725; }

 p { color: rgb(181,7,37); }

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

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

 a { background-color: rgb(181,7,37); }

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

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

 span { border-color: rgb(181,7,37); }

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