#BD401D

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

Shades of Rust #BD401D

Tints of Rust #BD401D

Color information

#BD401D (or 0xBD401D) is unknown color: approx Rust. HEX triplet: BD, 40 and 1D. RGB value is (189,64,29). Sum of RGB (Red+Green+Blue) = 189+64+29=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401D is #42BFE2. Grayscale: #616161. Windows color (decimal): -4374499 or 1917117. OLE color: 1917117.

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

Color convert

RGB1896429-
CMYK00.660.850.26
HSL13.13º73.39%42.75%-
HSV(B)13.13º84.66%74.12%-
XYZ23.0414.572.76-
YUV97.3889.41193.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=67.02%
G=22.70%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189642900.660.850.2613.1373.3942.75
HexBD401D042551Ad492b
Octal275100350102125321511153
Binary101111011000000111010100001010101011101011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD401D; }

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

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

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

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

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

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

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

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