#BD4216

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

Shades of Rust #BD4216

Tints of Rust #BD4216

Color information

#BD4216 (or 0xBD4216) is unknown color: approx Rust. HEX triplet: BD, 42 and 16. RGB value is (189,66,22). Sum of RGB (Red+Green+Blue) = 189+66+22=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4216 is #42BDE9. Grayscale: #626262. Windows color (decimal): -4373994 or 1458877. OLE color: 1458877.

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

Color convert

RGB1896622-
CMYK00.650.880.26
HSL15.81º79.15%41.37%-
HSV(B)15.81º88.36%74.12%-
XYZ23.0814.772.39-
YUV97.7685.25193.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=68.23%
G=23.83%
B=7.94%

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
Decimal189662200.650.880.2615.8179.1541.37
HexBD4216041581A104f29
Octal275102260101130322011751
Binary1011110110000101011001000001101100011010100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4216; }

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

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

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

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

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

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

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

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