#B1021B

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

Shades of Venetian Red #B1021B

Tints of Venetian Red #B1021B

Color information

#B1021B (or 0xB1021B) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 1B. RGB value is (177,2,27). Sum of RGB (Red+Green+Blue) = 177+2+27=206 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.92% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 177 - color contains mainly: red. Hex color #B1021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1021B is #4EFDE4. Grayscale: #393939. Windows color (decimal): -5176805 or 1770161. OLE color: 1770161.

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

Color convert

RGB177227-
CMYK00.990.850.31
HSL351.43º97.77%35.1%-
HSV(B)351.43º98.87%69.41%-
XYZ18.359.471.9-
YUV57.18110.98213.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 85.92%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=85.92%
G=0.97%
B=13.11%

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
Decimal17722700.990.850.31351.4397.7735.1
HexB121B063551F15f6223
Octal26123301431253753714243
Binary101100011011011011000111010101111111010111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1021B; }

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

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

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

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

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

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

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

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