#BD3200

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

Shades of Rust #BD3200

Tints of Rust #BD3200

Color information

#BD3200 (or 0xBD3200) is unknown color: approx Rust. HEX triplet: BD, 32 and 00. RGB value is (189,50,0). Sum of RGB (Red+Green+Blue) = 189+50+0=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3200 is #42CDFF. Grayscale: #565656. Windows color (decimal): -4378112 or 12989. OLE color: 12989.

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

Color convert

RGB189500-
CMYK00.7410.26
HSL15.87º100%37.06%-
HSV(B)15.87º100%74.12%-
XYZ22.1313.11.36-
YUV85.8679.55201.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.08%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.08%
G=20.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18950000.7410.2615.8710037.06
HexBD32004A641A106425
Octal2756200112144322014445
Binary10111101110010001001010110010011010100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3200; }

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

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

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

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

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

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

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

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