#BA3900

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

Shades of Rust #BA3900

Tints of Rust #BA3900

Color information

#BA3900 (or 0xBA3900) is unknown color: approx Rust. HEX triplet: BA, 39 and 00. RGB value is (186,57,0). Sum of RGB (Red+Green+Blue) = 186+57+0=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3900 is #45C6FF. Grayscale: #595959. Windows color (decimal): -4572928 or 14778. OLE color: 14778.

HSL color Cylindrical-coordinate representation of color #BA3900: hue angle of 18.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186570-
CMYK00.6910.27
HSL18.39º100%36.47%-
HSV(B)18.39º100%72.94%-
XYZ21.7113.371.44-
YUV89.0777.74197.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.54%
G=23.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18657000.6910.2718.3910036.47
HexBA390045641B126424
Octal2727100105144332214444
Binary10111010111001001000101110010011011100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3900; }

 p { color: rgb(186,57,0); }

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

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

 a { background-color: rgb(186,57,0); }

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

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

 span { border-color: rgb(186,57,0); }

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