#B01021

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

Shades of Venetian Red #B01021

Tints of Venetian Red #B01021

Color information

#B01021 (or 0xB01021) is unknown color: approx Venetian Red. HEX triplet: B0, 10 and 21. RGB value is (176,16,33). Sum of RGB (Red+Green+Blue) = 176+16+33=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B01021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01021 is #4FEFDE. Grayscale: #414141. Windows color (decimal): -5238751 or 2166960. OLE color: 2166960.

HSL color Cylindrical-coordinate representation of color #B01021: hue angle of 353.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01021 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1761633-
CMYK00.910.810.31
HSL353.62º83.33%37.65%-
HSV(B)353.62º90.91%69.02%-
XYZ18.369.712.35-
YUV65.78109.51206.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 78.22%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=78.22%
G=7.11%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176163300.910.810.31353.6283.3337.65
HexB0102105B511F1625326
Octal260204101331213754212346
Binary1011000010000100001010110111010001111111011000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01021; }

 p { color: rgb(176,16,33); }

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

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

 a { background-color: rgb(176,16,33); }

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

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

 span { border-color: rgb(176,16,33); }

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