#BD401E

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

Shades of Rust #BD401E

Tints of Rust #BD401E

Color information

#BD401E (or 0xBD401E) is unknown color: approx Rust. HEX triplet: BD, 40 and 1E. RGB value is (189,64,30). Sum of RGB (Red+Green+Blue) = 189+64+30=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401E is #42BFE1. Grayscale: #616161. Windows color (decimal): -4374498 or 1982653. OLE color: 1982653.

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

Color convert

RGB1896430-
CMYK00.660.840.26
HSL12.83º72.6%42.94%-
HSV(B)12.83º84.13%74.12%-
XYZ23.0514.582.83-
YUV97.589.91193.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=66.78%
G=22.61%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189643000.660.840.2612.8372.642.94
HexBD401E042541Ad492b
Octal275100360102124321511153
Binary101111011000000111100100001010101001101011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD401E; }

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

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

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

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

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

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

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

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