#BD4107

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

Shades of Rust #BD4107

Tints of Rust #BD4107

Color information

#BD4107 (or 0xBD4107) is unknown color: approx Rust. HEX triplet: BD, 41 and 07. RGB value is (189,65,7). Sum of RGB (Red+Green+Blue) = 189+65+7=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4107 is #42BEF8. Grayscale: #5F5F5F. Windows color (decimal): -4374265 or 475581. OLE color: 475581.

HSL color Cylindrical-coordinate representation of color #BD4107: hue angle of 19.12º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD4107 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB189657-
CMYK00.660.960.26
HSL19.12º92.86%38.43%-
HSV(B)19.12º96.3%74.12%-
XYZ22.9114.611.81-
YUV95.4678.08194.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.41%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=72.41%
G=24.90%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18965700.660.960.2619.1292.8638.43
HexBD417042601A135d26
Octal27510170102140322313546
Binary10111101100000111101000010110000011010100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4107; }

 p { color: rgb(189,65,7); }

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

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

 a { background-color: rgb(189,65,7); }

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

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

 span { border-color: rgb(189,65,7); }

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