#BD440B

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

Shades of Rust #BD440B

Tints of Rust #BD440B

Color information

#BD440B (or 0xBD440B) is unknown color: approx Rust. HEX triplet: BD, 44 and 0B. RGB value is (189,68,11). Sum of RGB (Red+Green+Blue) = 189+68+11=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD440B is #42BBF4. Grayscale: #626262. Windows color (decimal): -4373493 or 738493. OLE color: 738493.

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

Color convert

RGB1896811-
CMYK00.640.940.26
HSL19.21º89%39.22%-
HSV(B)19.21º94.18%74.12%-
XYZ23.1114.981.99-
YUV97.6879.09193.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 11 (4.69% from 255) = 4.10%
R=70.52%
G=25.37%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189681100.640.940.2619.218939.22
HexBD44B0405E1A135927
Octal275104130100136322313147
Binary101111011000100101101000000101111011010100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD440B; }

 p { color: rgb(189,68,11); }

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

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

 a { background-color: rgb(189,68,11); }

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

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

 span { border-color: rgb(189,68,11); }

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