#B3011A

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

Shades of Venetian Red #B3011A

Tints of Venetian Red #B3011A

Color information

#B3011A (or 0xB3011A) is unknown color: approx Venetian Red. HEX triplet: B3, 01 and 1A. RGB value is (179,1,26). Sum of RGB (Red+Green+Blue) = 179+1+26=206 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.89% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 179 - color contains mainly: red. Hex color #B3011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3011A is #4CFEE5. Grayscale: #393939. Windows color (decimal): -5045990 or 1704371. OLE color: 1704371.

HSL color Cylindrical-coordinate representation of color #B3011A: hue angle of 351.57º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3011A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB179126-
CMYK00.990.850.30
HSL351.57º98.89%35.29%-
HSV(B)351.57º99.44%70.2%-
XYZ18.799.681.86-
YUV57.07110.47214.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 86.89%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=86.89%
G=0.49%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912600.990.850.30351.5798.8935.29
HexB311A063551E1606323
Octal26313201431253654014343
Binary10110011111010011000111010101111101011000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3011A; }

 p { color: rgb(179,1,26); }

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

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

 a { background-color: rgb(179,1,26); }

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

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

 span { border-color: rgb(179,1,26); }

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