#BD510D

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

Shades of Rust #BD510D

Tints of Rust #BD510D

Color information

#BD510D (or 0xBD510D) is unknown color: approx Rust. HEX triplet: BD, 51 and 0D. RGB value is (189,81,13). Sum of RGB (Red+Green+Blue) = 189+81+13=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD510D is #42AEF2. Grayscale: #696969. Windows color (decimal): -4370163 or 872893. OLE color: 872893.

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

Color convert

RGB1898113-
CMYK00.570.930.26
HSL23.18º87.13%39.61%-
HSV(B)23.18º93.12%74.12%-
XYZ2416.732.35-
YUV105.5475.78187.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 13 (5.47% from 255) = 4.59%
R=66.78%
G=28.62%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189811300.570.930.2623.1887.1339.61
HexBD51D0395D1A175728
Octal27512115071135322712750
Binary10111101101000111010111001101110111010101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD510D; }

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

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

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

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

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

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

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

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