#B50017

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

Shades of Venetian Red #B50017

Tints of Venetian Red #B50017

Color information

#B50017 (or 0xB50017) is unknown color: approx Venetian Red. HEX triplet: B5, 00 and 17. RGB value is (181,0,23). Sum of RGB (Red+Green+Blue) = 181+0+23=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B50017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50017 is #4AFFE8. Grayscale: #383838. Windows color (decimal): -4915177 or 1507509. OLE color: 1507509.

HSL color Cylindrical-coordinate representation of color #B50017: hue angle of 352.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50017 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB181023-
CMYK010.870.29
HSL352.38º100%35.49%-
HSV(B)352.38º100%70.98%-
XYZ19.219.891.71-
YUV56.74108.97216.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=88.73%
G=0%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181023010.870.29352.3810035.49
HexB5017064571D1606423
Octal26502701441273554014443
Binary10110101010111011001001010111111011011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50017; }

 p { color: rgb(181,0,23); }

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

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

 a { background-color: rgb(181,0,23); }

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

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

 span { border-color: rgb(181,0,23); }

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