#B8021A

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

Shades of Venetian Red #B8021A

Tints of Venetian Red #B8021A

Color information

#B8021A (or 0xB8021A) is unknown color: approx Venetian Red. HEX triplet: B8, 02 and 1A. RGB value is (184,2,26). Sum of RGB (Red+Green+Blue) = 184+2+26=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B8021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8021A is #47FDE5. Grayscale: #3B3B3B. Windows color (decimal): -4718054 or 1704632. OLE color: 1704632.

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

Color convert

RGB184226-
CMYK00.990.860.28
HSL352.09º97.85%36.47%-
HSV(B)352.09º98.91%72.16%-
XYZ19.9810.311.91-
YUV59.15109.3217.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 86.79%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=86.79%
G=0.94%
B=12.26%

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
Decimal18422600.990.860.28352.0997.8536.47
HexB821A063561C1606224
Octal27023201431263454014244
Binary101110001011010011000111010110111001011000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8021A; }

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

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

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

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

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

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

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

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