#BD021E

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

Shades of Venetian Red #BD021E

Tints of Venetian Red #BD021E

Color information

#BD021E (or 0xBD021E) is unknown color: approx Venetian Red. HEX triplet: BD, 02 and 1E. RGB value is (189,2,30). Sum of RGB (Red+Green+Blue) = 189+2+30=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD021E is #42FDE1. Grayscale: #3D3D3D. Windows color (decimal): -4390370 or 1966781. OLE color: 1966781.

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

Color convert

RGB189230-
CMYK00.990.840.26
HSL351.02º97.91%37.45%-
HSV(B)351.02º98.94%74.12%-
XYZ21.2410.962.22-
YUV61.1110.45219.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.52%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=85.52%
G=0.90%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18923000.990.840.26351.0297.9137.45
HexBD21E063541A15f6225
Octal27523601431243253714245
Binary101111011011110011000111010100110101010111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD021E; }

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

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

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

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

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

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

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

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