#B1021C

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

Shades of Venetian Red #B1021C

Tints of Venetian Red #B1021C

Color information

#B1021C (or 0xB1021C) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 1C. RGB value is (177,2,28). Sum of RGB (Red+Green+Blue) = 177+2+28=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B1021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1021C is #4EFDE3. Grayscale: #393939. Windows color (decimal): -5176804 or 1835697. OLE color: 1835697.

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

Color convert

RGB177228-
CMYK00.990.840.31
HSL351.09º97.77%35.1%-
HSV(B)351.09º98.87%69.41%-
XYZ18.369.471.96-
YUV57.29111.48213.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 85.51%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=85.51%
G=0.97%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17722800.990.840.31351.0997.7735.1
HexB121C063541F15f6223
Octal26123401431243753714243
Binary101100011011100011000111010100111111010111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1021C; }

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

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

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

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

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

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

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

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