#B10017

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

Shades of Venetian Red #B10017

Tints of Venetian Red #B10017

Color information

#B10017 (or 0xB10017) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 17. RGB value is (177,0,23). Sum of RGB (Red+Green+Blue) = 177+0+23=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B10017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10017 is #4EFFE8. Grayscale: #373737. Windows color (decimal): -5177321 or 1507505. OLE color: 1507505.

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

Color convert

RGB177023-
CMYK010.870.31
HSL352.2º100%34.71%-
HSV(B)352.2º100%69.41%-
XYZ18.299.411.66-
YUV55.54109.64214.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=88.5%
G=0%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177023010.870.31352.210034.71
HexB1017064571F1606423
Octal26102701441273754014443
Binary10110001010111011001001010111111111011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10017; }

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

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

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

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

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

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

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

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