#B1031E

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

Shades of Venetian Red #B1031E

Tints of Venetian Red #B1031E

Color information

#B1031E (or 0xB1031E) is unknown color: approx Venetian Red. HEX triplet: B1, 03 and 1E. RGB value is (177,3,30). Sum of RGB (Red+Green+Blue) = 177+3+30=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1031E is #4EFCE1. Grayscale: #3A3A3A. Windows color (decimal): -5176546 or 1967025. OLE color: 1967025.

HSL color Cylindrical-coordinate representation of color #B1031E: hue angle of 350.69º 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 #B1031E is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB177330-
CMYK00.980.830.31
HSL350.69º96.67%35.29%-
HSV(B)350.69º98.31%69.41%-
XYZ18.49.512.09-
YUV58.1112.15212.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.29%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=84.29%
G=1.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17733000.980.830.31350.6996.6735.29
HexB131E062531F15f6123
Octal26133601421233753714143
Binary101100011111110011000101010011111111010111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1031E; }

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

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

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

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

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

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

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

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