#B50710

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

Shades of Venetian Red #B50710

Tints of Venetian Red #B50710

Color information

#B50710 (or 0xB50710) is unknown color: approx Venetian Red. HEX triplet: B5, 07 and 10. RGB value is (181,7,16). Sum of RGB (Red+Green+Blue) = 181+7+16=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50710 is #4AF8EF. Grayscale: #3C3C3C. Windows color (decimal): -4913392 or 1050549. OLE color: 1050549.

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

Color convert

RGB181716-
CMYK00.960.910.29
HSL356.9º92.55%36.86%-
HSV(B)356.9º96.13%70.98%-
XYZ19.2310.011.41-
YUV60.05103.15214.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.73%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=88.73%
G=3.43%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18171600.960.910.29356.992.5536.86
HexB57100605B1D1655d25
Octal26572001401333554513545
Binary1011010111110000011000001011011111011011001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50710; }

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

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

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

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

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

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

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

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