#BD3F00

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

Shades of Rust #BD3F00

Tints of Rust #BD3F00

Color information

#BD3F00 (or 0xBD3F00) is unknown color: approx Rust. HEX triplet: BD, 3F and 00. RGB value is (189,63,0). Sum of RGB (Red+Green+Blue) = 189+63+0=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F00 is #42C0FF. Grayscale: #5D5D5D. Windows color (decimal): -4374784 or 16317. OLE color: 16317.

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

Color convert

RGB189630-
CMYK00.6710.26
HSL20º100%37.06%-
HSV(B)20º100%74.12%-
XYZ22.7614.371.57-
YUV93.4975.24196.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18963000.6710.262010037.06
HexBD3F0043641A146425
Octal2757700103144322414445
Binary10111101111111001000011110010011010101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F00; }

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

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

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

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

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

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

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

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