#BD4000

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

Shades of Rust #BD4000

Tints of Rust #BD4000

Color information

#BD4000 (or 0xBD4000) is unknown color: approx Rust. HEX triplet: BD, 40 and 00. RGB value is (189,64,0). Sum of RGB (Red+Green+Blue) = 189+64+0=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4000 is #42BFFF. Grayscale: #5E5E5E. Windows color (decimal): -4374528 or 16573. OLE color: 16573.

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

Color convert

RGB189640-
CMYK00.6610.26
HSL20.32º100%37.06%-
HSV(B)20.32º100%74.12%-
XYZ22.8214.491.59-
YUV94.0874.91195.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.70%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.70%
G=25.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18964000.6610.2620.3210037.06
HexBD400042641A146425
Octal27510000102144322414445
Binary101111011000000001000010110010011010101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4000; }

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

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

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

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

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

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

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

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