#B1030E

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

Shades of Venetian Red #B1030E

Tints of Venetian Red #B1030E

Color information

#B1030E (or 0xB1030E) is unknown color: approx Venetian Red. HEX triplet: B1, 03 and 0E. RGB value is (177,3,14). Sum of RGB (Red+Green+Blue) = 177+3+14=194 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.24% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 177 - color contains mainly: red. Hex color #B1030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1030E is #4EFCF1. Grayscale: #383838. Windows color (decimal): -5176562 or 918449. OLE color: 918449.

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

Color convert

RGB177314-
CMYK00.980.920.31
HSL356.21º96.67%35.29%-
HSV(B)356.21º98.31%69.41%-
XYZ18.249.441.28-
YUV56.28104.15214.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 91.24%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=91.24%
G=1.55%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17731400.980.920.31356.2196.6735.29
HexB13E0625C1F1646123
Octal26131601421343754414143
Binary10110001111110011000101011100111111011001001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1030E; }

 p { color: rgb(177,3,14); }

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

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

 a { background-color: rgb(177,3,14); }

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

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

 span { border-color: rgb(177,3,14); }

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