#BA4509

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

Shades of Rust #BA4509

Tints of Rust #BA4509

Color information

#BA4509 (or 0xBA4509) is unknown color: approx Rust. HEX triplet: BA, 45 and 09. RGB value is (186,69,9). Sum of RGB (Red+Green+Blue) = 186+69+9=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4509 is #45BAF6. Grayscale: #616161. Windows color (decimal): -4569847 or 607674. OLE color: 607674.

HSL color Cylindrical-coordinate representation of color #BA4509: hue angle of 20.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA4509 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB186699-
CMYK00.630.950.27
HSL20.34º90.77%38.24%-
HSV(B)20.34º95.16%72.94%-
XYZ22.4314.721.92-
YUV97.1478.26191.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 9 (3.91% from 255) = 3.41%
R=70.45%
G=26.14%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18669900.630.950.2720.3490.7738.24
HexBA45903F5F1B145b26
Octal27210511077137332413346
Binary10111010100010110010111111101111111011101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4509; }

 p { color: rgb(186,69,9); }

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

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

 a { background-color: rgb(186,69,9); }

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

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

 span { border-color: rgb(186,69,9); }

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