#B7021A

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

Shades of Venetian Red #B7021A

Tints of Venetian Red #B7021A

Color information

#B7021A (or 0xB7021A) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 1A. RGB value is (183,2,26). Sum of RGB (Red+Green+Blue) = 183+2+26=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B7021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7021A is #48FDE5. Grayscale: #3A3A3A. Windows color (decimal): -4783590 or 1704631. OLE color: 1704631.

HSL color Cylindrical-coordinate representation of color #B7021A: hue angle of 352.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7021A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB183226-
CMYK00.990.860.28
HSL352.04º97.84%36.27%-
HSV(B)352.04º98.91%71.76%-
XYZ19.7410.191.9-
YUV58.86109.47216.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 86.73%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=86.73%
G=0.95%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18322600.990.860.28352.0497.8436.27
HexB721A063561C1606224
Octal26723201431263454014244
Binary101101111011010011000111010110111001011000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7021A; }

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

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

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

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

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

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

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

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