#BD3804

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

Shades of Rust #BD3804

Tints of Rust #BD3804

Color information

#BD3804 (or 0xBD3804) is unknown color: approx Rust. HEX triplet: BD, 38 and 04. RGB value is (189,56,4). Sum of RGB (Red+Green+Blue) = 189+56+4=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3804 is #42C7FB. Grayscale: #5A5A5A. Windows color (decimal): -4376572 or 276669. OLE color: 276669.

HSL color Cylindrical-coordinate representation of color #BD3804: hue angle of 16.86º degrees, saturation: 0.96, 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 #BD3804 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189564-
CMYK00.700.980.26
HSL16.86º95.85%37.84%-
HSV(B)16.86º97.88%74.12%-
XYZ22.4213.661.57-
YUV89.8479.56198.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=75.90%
G=22.49%
B=1.61%

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
Decimal18956400.700.980.2616.8695.8537.84
HexBD384046621A116026
Octal2757040106142322114046
Binary1011110111100010001000110110001011010100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3804; }

 p { color: rgb(189,56,4); }

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

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

 a { background-color: rgb(189,56,4); }

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

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

 span { border-color: rgb(189,56,4); }

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