#BA4309

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

Shades of Rust #BA4309

Tints of Rust #BA4309

Color information

#BA4309 (or 0xBA4309) is unknown color: approx Rust. HEX triplet: BA, 43 and 09. RGB value is (186,67,9). Sum of RGB (Red+Green+Blue) = 186+67+9=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4309 is #45BCF6. Grayscale: #606060. Windows color (decimal): -4570359 or 607162. OLE color: 607162.

HSL color Cylindrical-coordinate representation of color #BA4309: hue angle of 19.66º 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 #BA4309 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB186679-
CMYK00.640.950.27
HSL19.66º90.77%38.24%-
HSV(B)19.66º95.16%72.94%-
XYZ22.3114.471.88-
YUV95.9778.92192.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=70.99%
G=25.57%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18667900.640.950.2719.6690.7738.24
HexBA4390405F1B145b26
Octal272103110100137332413346
Binary101110101000011100101000000101111111011101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4309; }

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

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

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

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

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

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

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

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