#B1021A

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

Shades of Venetian Red #B1021A

Tints of Venetian Red #B1021A

Color information

#B1021A (or 0xB1021A) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 1A. RGB value is (177,2,26). Sum of RGB (Red+Green+Blue) = 177+2+26=205 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.34% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 177 - color contains mainly: red. Hex color #B1021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1021A is #4EFDE5. Grayscale: #393939. Windows color (decimal): -5176806 or 1704625. OLE color: 1704625.

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

Color convert

RGB177226-
CMYK00.990.850.31
HSL351.77º97.77%35.1%-
HSV(B)351.77º98.87%69.41%-
XYZ18.349.471.84-
YUV57.06110.48213.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 86.34%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=86.34%
G=0.98%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17722600.990.850.31351.7797.7735.1
HexB121A063551F1606223
Octal26123201431253754014243
Binary101100011011010011000111010101111111011000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1021A; }

 p { color: rgb(177,2,26); }

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

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

 a { background-color: rgb(177,2,26); }

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

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

 span { border-color: rgb(177,2,26); }

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