#BD3204

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

Shades of Rust #BD3204

Tints of Rust #BD3204

Color information

#BD3204 (or 0xBD3204) is unknown color: approx Rust. HEX triplet: BD, 32 and 04. RGB value is (189,50,4). Sum of RGB (Red+Green+Blue) = 189+50+4=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3204 is #42CDFB. Grayscale: #565656. Windows color (decimal): -4378108 or 275133. OLE color: 275133.

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

Color convert

RGB189504-
CMYK00.740.980.26
HSL14.92º95.85%37.84%-
HSV(B)14.92º97.88%74.12%-
XYZ22.1513.111.48-
YUV86.3281.55201.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.78%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=77.78%
G=20.58%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18950400.740.980.2614.9295.8537.84
HexBD32404A621Af6026
Octal2756240112142321714046
Binary101111011100101000100101011000101101011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3204; }

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

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

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

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

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

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

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

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