#B1051E

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

Shades of Venetian Red #B1051E

Tints of Venetian Red #B1051E

Color information

#B1051E (or 0xB1051E) is unknown color: approx Venetian Red. HEX triplet: B1, 05 and 1E. RGB value is (177,5,30). Sum of RGB (Red+Green+Blue) = 177+5+30=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B1051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1051E is #4EFAE1. Grayscale: #3B3B3B. Windows color (decimal): -5176034 or 1967537. OLE color: 1967537.

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

Color convert

RGB177530-
CMYK00.970.830.31
HSL351.28º94.51%35.69%-
HSV(B)351.28º97.18%69.41%-
XYZ18.429.552.1-
YUV59.28111.48211.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.49%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=83.49%
G=2.36%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17753000.970.830.31351.2894.5135.69
HexB151E061531F15f5f24
Octal26153601411233753713744
Binary1011000110111110011000011010011111111010111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1051E; }

 p { color: rgb(177,5,30); }

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

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

 a { background-color: rgb(177,5,30); }

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

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

 span { border-color: rgb(177,5,30); }

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