#BD021C

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

Shades of Venetian Red #BD021C

Tints of Venetian Red #BD021C

Color information

#BD021C (or 0xBD021C) is unknown color: approx Venetian Red. HEX triplet: BD, 02 and 1C. RGB value is (189,2,28). Sum of RGB (Red+Green+Blue) = 189+2+28=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD021C is #42FDE3. Grayscale: #3C3C3C. Windows color (decimal): -4390372 or 1835709. OLE color: 1835709.

HSL color Cylindrical-coordinate representation of color #BD021C: hue angle of 351.66º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB189228-
CMYK00.990.850.26
HSL351.66º97.91%37.45%-
HSV(B)351.66º98.94%74.12%-
XYZ21.2210.952.09-
YUV60.88109.45219.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 86.30%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=86.30%
G=0.91%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18922800.990.850.26351.6697.9137.45
HexBD21C063551A1606225
Octal27523401431253254014245
Binary101111011011100011000111010101110101011000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD021C; }

 p { color: rgb(189,2,28); }

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

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

 a { background-color: rgb(189,2,28); }

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

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

 span { border-color: rgb(189,2,28); }

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