#BD4007

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

Shades of Rust #BD4007

Tints of Rust #BD4007

Color information

#BD4007 (or 0xBD4007) is unknown color: approx Rust. HEX triplet: BD, 40 and 07. RGB value is (189,64,7). Sum of RGB (Red+Green+Blue) = 189+64+7=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4007 is #42BFF8. Grayscale: #5F5F5F. Windows color (decimal): -4374521 or 475325. OLE color: 475325.

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

Color convert

RGB189647-
CMYK00.660.960.26
HSL18.79º92.86%38.43%-
HSV(B)18.79º96.3%74.12%-
XYZ22.8614.51.8-
YUV94.8878.41195.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.69%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 7 (3.12% from 255) = 2.69%
R=72.69%
G=24.62%
B=2.69%

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
Decimal18964700.660.960.2618.7992.8638.43
HexBD407042601A135d26
Octal27510070102140322313546
Binary10111101100000011101000010110000011010100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4007; }

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

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

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

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

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

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

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

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