#B3031C

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

Shades of Venetian Red #B3031C

Tints of Venetian Red #B3031C

Color information

#B3031C (or 0xB3031C) is unknown color: approx Venetian Red. HEX triplet: B3, 03 and 1C. RGB value is (179,3,28). Sum of RGB (Red+Green+Blue) = 179+3+28=210 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.24% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 179 - color contains mainly: red. Hex color #B3031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3031C is #4CFCE3. Grayscale: #3A3A3A. Windows color (decimal): -5045476 or 1835955. OLE color: 1835955.

HSL color Cylindrical-coordinate representation of color #B3031C: hue angle of 351.48º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3031C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB179328-
CMYK00.980.840.30
HSL351.48º96.7%35.69%-
HSV(B)351.48º98.32%70.2%-
XYZ18.839.731.98-
YUV58.47110.81213.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 85.24%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=85.24%
G=1.43%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17932800.980.840.30351.4896.735.69
HexB331C062541E15f6124
Octal26333401421243653714144
Binary101100111111100011000101010100111101010111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3031C; }

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

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

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

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

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

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

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

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