#B0021A

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

Shades of Venetian Red #B0021A

Tints of Venetian Red #B0021A

Color information

#B0021A (or 0xB0021A) is unknown color: approx Venetian Red. HEX triplet: B0, 02 and 1A. RGB value is (176,2,26). Sum of RGB (Red+Green+Blue) = 176+2+26=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B0021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0021A is #4FFDE5. Grayscale: #383838. Windows color (decimal): -5242342 or 1704624. OLE color: 1704624.

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

Color convert

RGB176226-
CMYK00.990.850.31
HSL351.72º97.75%34.9%-
HSV(B)351.72º98.86%69.02%-
XYZ18.119.351.83-
YUV56.76110.65213.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 86.27%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=86.27%
G=0.98%
B=12.75%

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
Decimal17622600.990.850.31351.7297.7534.9
HexB021A063551F1606223
Octal26023201431253754014243
Binary101100001011010011000111010101111111011000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0021A; }

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

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

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

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

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

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

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

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