#BD4B1D

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

Shades of Rust #BD4B1D

Tints of Rust #BD4B1D

Color information

#BD4B1D (or 0xBD4B1D) is unknown color: approx Rust. HEX triplet: BD, 4B and 1D. RGB value is (189,75,29). Sum of RGB (Red+Green+Blue) = 189+75+29=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B1D is #42B4E2. Grayscale: #686868. Windows color (decimal): -4371683 or 1919933. OLE color: 1919933.

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

Color convert

RGB1897529-
CMYK00.600.850.26
HSL17.25º73.39%42.75%-
HSV(B)17.25º84.66%74.12%-
XYZ23.7215.942.99-
YUV103.8485.77188.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=64.51%
G=25.60%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189752900.600.850.2617.2573.3942.75
HexBD4B1D03C551A11492b
Octal27511335074125322111153
Binary101111011001011111010111100101010111010100011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B1D; }

 p { color: rgb(189,75,29); }

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

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

 a { background-color: rgb(189,75,29); }

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

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

 span { border-color: rgb(189,75,29); }

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