#B0111A

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

Shades of Venetian Red #B0111A

Tints of Venetian Red #B0111A

Color information

#B0111A (or 0xB0111A) is unknown color: approx Venetian Red. HEX triplet: B0, 11 and 1A. RGB value is (176,17,26). Sum of RGB (Red+Green+Blue) = 176+17+26=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B0111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0111A is #4FEEE5. Grayscale: #414141. Windows color (decimal): -5238502 or 1708464. OLE color: 1708464.

HSL color Cylindrical-coordinate representation of color #B0111A: hue angle of 356.6º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0111A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1761726-
CMYK00.900.850.31
HSL356.6º82.38%37.84%-
HSV(B)356.6º90.34%69.02%-
XYZ18.299.711.89-
YUV65.57105.68206.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 80.37%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=80.37%
G=7.76%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176172600.900.850.31356.682.3837.84
HexB0111A05A551F1655226
Octal260213201321253754512246
Binary101100001000111010010110101010101111111011001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0111A; }

 p { color: rgb(176,17,26); }

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

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

 a { background-color: rgb(176,17,26); }

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

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

 span { border-color: rgb(176,17,26); }

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