#BD4A01

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

Shades of Rust #BD4A01

Tints of Rust #BD4A01

Color information

#BD4A01 (or 0xBD4A01) is unknown color: approx Rust. HEX triplet: BD, 4A and 01. RGB value is (189,74,1). Sum of RGB (Red+Green+Blue) = 189+74+1=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A01 is #42B5FE. Grayscale: #646464. Windows color (decimal): -4371967 or 84669. OLE color: 84669.

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

Color convert

RGB189741-
CMYK00.610.990.26
HSL23.3º98.95%37.25%-
HSV(B)23.3º99.47%74.12%-
XYZ23.4415.721.83-
YUV100.0672.1191.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=71.59%
G=28.03%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18974100.610.990.2623.398.9537.25
HexBD4A103D631A176325
Octal2751121075143322714345
Binary10111101100101010111101110001111010101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A01; }

 p { color: rgb(189,74,1); }

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

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

 a { background-color: rgb(189,74,1); }

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

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

 span { border-color: rgb(189,74,1); }

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