#BD4316

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

Shades of Rust #BD4316

Tints of Rust #BD4316

Color information

#BD4316 (or 0xBD4316) is unknown color: approx Rust. HEX triplet: BD, 43 and 16. RGB value is (189,67,22). Sum of RGB (Red+Green+Blue) = 189+67+22=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4316 is #42BCE9. Grayscale: #626262. Windows color (decimal): -4373738 or 1459133. OLE color: 1459133.

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

Color convert

RGB1896722-
CMYK00.650.880.26
HSL16.17º79.15%41.37%-
HSV(B)16.17º88.36%74.12%-
XYZ23.1414.892.41-
YUV98.3584.92192.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.99%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 22 (8.98% from 255) = 7.91%
R=67.99%
G=24.10%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189672200.650.880.2616.1779.1541.37
HexBD4316041581A104f29
Octal275103260101130322011751
Binary1011110110000111011001000001101100011010100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4316; }

 p { color: rgb(189,67,22); }

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

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

 a { background-color: rgb(189,67,22); }

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

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

 span { border-color: rgb(189,67,22); }

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