#BD3D16

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

Shades of Rust #BD3D16

Tints of Rust #BD3D16

Color information

#BD3D16 (or 0xBD3D16) is unknown color: approx Rust. HEX triplet: BD, 3D and 16. RGB value is (189,61,22). Sum of RGB (Red+Green+Blue) = 189+61+22=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D16 is #42C2E9. Grayscale: #5F5F5F. Windows color (decimal): -4375274 or 1457597. OLE color: 1457597.

HSL color Cylindrical-coordinate representation of color #BD3D16: hue angle of 14.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3D16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1896122-
CMYK00.680.880.26
HSL14.01º79.15%41.37%-
HSV(B)14.01º88.36%74.12%-
XYZ22.814.212.3-
YUV94.8386.91195.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.49%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=69.49%
G=22.43%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189612200.680.880.2614.0179.1541.37
HexBD3D16044581Ae4f29
Octal27575260104130321611751
Binary10111101111101101100100010010110001101011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D16; }

 p { color: rgb(189,61,22); }

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

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

 a { background-color: rgb(189,61,22); }

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

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

 span { border-color: rgb(189,61,22); }

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