#BD4215

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

Shades of Rust #BD4215

Tints of Rust #BD4215

Color information

#BD4215 (or 0xBD4215) is unknown color: approx Rust. HEX triplet: BD, 42 and 15. RGB value is (189,66,21). Sum of RGB (Red+Green+Blue) = 189+66+21=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4215 is #42BDEA. Grayscale: #616161. Windows color (decimal): -4373995 or 1393341. OLE color: 1393341.

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

Color convert

RGB1896621-
CMYK00.650.890.26
HSL16.07º80%41.18%-
HSV(B)16.07º88.89%74.12%-
XYZ23.0714.772.34-
YUV97.6584.75193.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.48%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=68.48%
G=23.91%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189662100.650.890.2616.078041.18
HexBD4215041591A105029
Octal275102250101131322012051
Binary1011110110000101010101000001101100111010100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4215; }

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

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

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

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

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

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

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

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