#BD0405

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

Shades of Venetian Red #BD0405

Tints of Venetian Red #BD0405

Color information

#BD0405 (or 0xBD0405) is unknown color: approx Venetian Red. HEX triplet: BD, 04 and 05. RGB value is (189,4,5). Sum of RGB (Red+Green+Blue) = 189+4+5=198 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.45% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0405 is #42FBFA. Grayscale: #3B3B3B. Windows color (decimal): -4389883 or 328893. OLE color: 328893.

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

Color convert

RGB18945-
CMYK00.980.970.26
HSL359.68º95.85%37.84%-
HSV(B)359.68º97.88%74.12%-
XYZ21.0610.921.14-
YUV59.4397.29220.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 95.45%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=95.45%
G=2.02%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894500.980.970.26359.6895.8537.84
HexBD45062611A1686026
Octal2754501421413255014046
Binary10111101100101011000101100001110101011010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0405; }

 p { color: rgb(189,4,5); }

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

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

 a { background-color: rgb(189,4,5); }

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

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

 span { border-color: rgb(189,4,5); }

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