#BD4105

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

Shades of Rust #BD4105

Tints of Rust #BD4105

Color information

#BD4105 (or 0xBD4105) is unknown color: approx Rust. HEX triplet: BD, 41 and 05. RGB value is (189,65,5). Sum of RGB (Red+Green+Blue) = 189+65+5=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4105 is #42BEFA. Grayscale: #5F5F5F. Windows color (decimal): -4374267 or 344509. OLE color: 344509.

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

Color convert

RGB189655-
CMYK00.660.970.26
HSL19.57º94.85%38.04%-
HSV(B)19.57º97.35%74.12%-
XYZ22.914.611.76-
YUV95.2477.08194.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=72.97%
G=25.10%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18965500.660.970.2619.5794.8538.04
HexBD415042611A145f26
Octal27510150102141322413746
Binary10111101100000110101000010110000111010101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4105; }

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

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

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

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

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

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

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

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