#BD3F1D

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

Shades of Rust #BD3F1D

Tints of Rust #BD3F1D

Color information

#BD3F1D (or 0xBD3F1D) is unknown color: approx Rust. HEX triplet: BD, 3F and 1D. RGB value is (189,63,29). Sum of RGB (Red+Green+Blue) = 189+63+29=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F1D is #42C0E2. Grayscale: #616161. Windows color (decimal): -4374755 or 1916861. OLE color: 1916861.

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

Color convert

RGB1896329-
CMYK00.670.850.26
HSL12.75º73.39%42.75%-
HSV(B)12.75º84.66%74.12%-
XYZ22.9914.462.74-
YUV96.889.74193.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 29 (11.72% from 255) = 10.32%
R=67.26%
G=22.42%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189632900.670.850.2612.7573.3942.75
HexBD3F1D043551Ad492b
Octal27577350103125321511153
Binary10111101111111111010100001110101011101011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F1D; }

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

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

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

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

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

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

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

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