#BD451E

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

Shades of Rust #BD451E

Tints of Rust #BD451E

Color information

#BD451E (or 0xBD451E) is unknown color: approx Rust. HEX triplet: BD, 45 and 1E. RGB value is (189,69,30). Sum of RGB (Red+Green+Blue) = 189+69+30=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD451E is #42BAE1. Grayscale: #646464. Windows color (decimal): -4373218 or 1983933. OLE color: 1983933.

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

Color convert

RGB1896930-
CMYK00.630.840.26
HSL14.72º72.6%42.94%-
HSV(B)14.72º84.13%74.12%-
XYZ23.3515.172.93-
YUV100.4388.26191.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=65.62%
G=23.96%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189693000.630.840.2614.7272.642.94
HexBD451E03F541Af492b
Octal27510536077124321711153
Binary10111101100010111110011111110101001101011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD451E; }

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

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

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

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

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

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

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

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