#BD3903

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

Shades of Rust #BD3903

Tints of Rust #BD3903

Color information

#BD3903 (or 0xBD3903) is unknown color: approx Rust. HEX triplet: BD, 39 and 03. RGB value is (189,57,3). Sum of RGB (Red+Green+Blue) = 189+57+3=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3903 is #42C6FC. Grayscale: #5A5A5A. Windows color (decimal): -4376317 or 211389. OLE color: 211389.

HSL color Cylindrical-coordinate representation of color #BD3903: hue angle of 17.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3903 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189573-
CMYK00.700.980.26
HSL17.42º96.88%37.65%-
HSV(B)17.42º98.41%74.12%-
XYZ22.4713.751.56-
YUV90.3178.73198.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=75.90%
G=22.89%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18957300.700.980.2617.4296.8837.65
HexBD393046621A116126
Octal2757130106142322114146
Binary101111011110011101000110110001011010100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3903; }

 p { color: rgb(189,57,3); }

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

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

 a { background-color: rgb(189,57,3); }

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

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

 span { border-color: rgb(189,57,3); }

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