#BD390D

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

Shades of Rust #BD390D

Tints of Rust #BD390D

Color information

#BD390D (or 0xBD390D) is unknown color: approx Rust. HEX triplet: BD, 39 and 0D. RGB value is (189,57,13). Sum of RGB (Red+Green+Blue) = 189+57+13=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD390D is #42C6F2. Grayscale: #5B5B5B. Windows color (decimal): -4376307 or 866749. OLE color: 866749.

HSL color Cylindrical-coordinate representation of color #BD390D: hue angle of 15º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD390D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1895713-
CMYK00.700.930.26
HSL15º87.13%39.61%-
HSV(B)15º93.12%74.12%-
XYZ22.5213.771.85-
YUV91.4583.73197.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=72.97%
G=22.01%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189571300.700.930.261587.1339.61
HexBD39D0465D1Af5728
Octal27571150106135321712750
Binary1011110111100111010100011010111011101011111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD390D; }

 p { color: rgb(189,57,13); }

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

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

 a { background-color: rgb(189,57,13); }

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

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

 span { border-color: rgb(189,57,13); }

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