#B40821

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

Shades of Venetian Red #B40821

Tints of Venetian Red #B40821

Color information

#B40821 (or 0xB40821) is unknown color: approx Venetian Red. HEX triplet: B4, 08 and 21. RGB value is (180,8,33). Sum of RGB (Red+Green+Blue) = 180+8+33=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40821 is #4BF7DE. Grayscale: #3E3E3E. Windows color (decimal): -4978655 or 2164916. OLE color: 2164916.

HSL color Cylindrical-coordinate representation of color #B40821: hue angle of 351.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40821 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB180833-
CMYK00.960.820.29
HSL351.28º91.49%36.86%-
HSV(B)351.28º95.56%70.59%-
XYZ19.189.992.36-
YUV62.28111.48211.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.45%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=81.45%
G=3.62%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18083300.960.820.29351.2891.4936.86
HexB4821060521D15f5b25
Octal264104101401223553713345
Binary101101001000100001011000001010010111011010111111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40821; }

 p { color: rgb(180,8,33); }

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

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

 a { background-color: rgb(180,8,33); }

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

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

 span { border-color: rgb(180,8,33); }

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