#BD021D

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

Shades of Venetian Red #BD021D

Tints of Venetian Red #BD021D

Color information

#BD021D (or 0xBD021D) is unknown color: approx Venetian Red. HEX triplet: BD, 02 and 1D. RGB value is (189,2,29). Sum of RGB (Red+Green+Blue) = 189+2+29=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD021D is #42FDE2. Grayscale: #3D3D3D. Windows color (decimal): -4390371 or 1901245. OLE color: 1901245.

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

Color convert

RGB189229-
CMYK00.990.850.26
HSL351.34º97.91%37.45%-
HSV(B)351.34º98.94%74.12%-
XYZ21.2310.952.16-
YUV60.99109.95219.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=85.91%
G=0.91%
B=13.18%

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
Decimal18922900.990.850.26351.3497.9137.45
HexBD21D063551A15f6225
Octal27523501431253253714245
Binary101111011011101011000111010101110101010111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD021D; }

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

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

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

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

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

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

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

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