#BD4414

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

Shades of Rust #BD4414

Tints of Rust #BD4414

Color information

#BD4414 (or 0xBD4414) is unknown color: approx Rust. HEX triplet: BD, 44 and 14. RGB value is (189,68,20). Sum of RGB (Red+Green+Blue) = 189+68+20=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4414 is #42BBEB. Grayscale: #636363. Windows color (decimal): -4373484 or 1328317. OLE color: 1328317.

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

Color convert

RGB1896820-
CMYK00.640.890.26
HSL17.04º80.86%40.98%-
HSV(B)17.04º89.42%74.12%-
XYZ23.18152.34-
YUV98.7183.59192.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 20 (8.20% from 255) = 7.22%
R=68.23%
G=24.55%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189682000.640.890.2617.0480.8640.98
HexBD4414040591A115129
Octal275104240100131322112151
Binary1011110110001001010001000000101100111010100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4414; }

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

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

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

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

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

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

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

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