#BD460A

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

Shades of Rust #BD460A

Tints of Rust #BD460A

Color information

#BD460A (or 0xBD460A) is unknown color: approx Rust. HEX triplet: BD, 46 and 0A. RGB value is (189,70,10). Sum of RGB (Red+Green+Blue) = 189+70+10=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD460A is #42B9F5. Grayscale: #636363. Windows color (decimal): -4372982 or 673469. OLE color: 673469.

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

Color convert

RGB1897010-
CMYK00.630.950.26
HSL20.11º89.95%39.02%-
HSV(B)20.11º94.71%74.12%-
XYZ23.2315.222-
YUV98.7477.92192.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.26%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=70.26%
G=26.02%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189701000.630.950.2620.1189.9539.02
HexBD46A03F5F1A145a27
Octal27510612077137322413247
Binary10111101100011010100111111101111111010101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD460A; }

 p { color: rgb(189,70,10); }

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

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

 a { background-color: rgb(189,70,10); }

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

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

 span { border-color: rgb(189,70,10); }

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