#B11013

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

Shades of Venetian Red #B11013

Tints of Venetian Red #B11013

Color information

#B11013 (or 0xB11013) is unknown color: approx Venetian Red. HEX triplet: B1, 10 and 13. RGB value is (177,16,19). Sum of RGB (Red+Green+Blue) = 177+16+19=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B11013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11013 is #4EEFEC. Grayscale: #404040. Windows color (decimal): -5173229 or 1249457. OLE color: 1249457.

HSL color Cylindrical-coordinate representation of color #B11013: hue angle of 358.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1771619-
CMYK00.910.890.31
HSL358.88º83.42%37.84%-
HSV(B)358.88º90.96%69.41%-
XYZ18.439.761.53-
YUV64.48102.34208.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.49%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=83.49%
G=7.55%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177161900.910.890.31358.8883.4237.84
HexB1101305B591F1675326
Octal261202301331313754712346
Binary101100011000010011010110111011001111111011001111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11013; }

 p { color: rgb(177,16,19); }

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

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

 a { background-color: rgb(177,16,19); }

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

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

 span { border-color: rgb(177,16,19); }

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