#B1031C

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

Shades of Venetian Red #B1031C

Tints of Venetian Red #B1031C

Color information

#B1031C (or 0xB1031C) is unknown color: approx Venetian Red. HEX triplet: B1, 03 and 1C. RGB value is (177,3,28). Sum of RGB (Red+Green+Blue) = 177+3+28=208 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.10% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 177 - color contains mainly: red. Hex color #B1031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1031C is #4EFCE3. Grayscale: #393939. Windows color (decimal): -5176548 or 1835953. OLE color: 1835953.

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

Color convert

RGB177328-
CMYK00.980.840.31
HSL351.38º96.67%35.29%-
HSV(B)351.38º98.31%69.41%-
XYZ18.379.51.96-
YUV57.88111.15212.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 85.10%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=85.10%
G=1.44%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17732800.980.840.31351.3896.6735.29
HexB131C062541F15f6123
Octal26133401421243753714143
Binary101100011111100011000101010100111111010111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1031C; }

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

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

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

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

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

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

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

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