#ba4400

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

Shades of Rust #BA4400

Tints of Rust #BA4400

Color information

#BA4400 (or 0xBA4400) is unknown color: approx Rust. HEX triplet: BA, 44 and 00. RGB value is (186,68,0). Sum of RGB (Red+Green+Blue) = 186+68+0=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4400 is #45BBFF. Grayscale: #5F5F5F. Windows color (decimal): -4570112 or 17594. OLE color: 17594.

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

Color convert

RGB186680-
CMYK00.6310.27
HSL21.94º100%36.47%-
HSV(B)21.94º100%72.94%-
XYZ22.3214.571.64-
YUV95.5374.09192.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.23%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.23%
G=26.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18668000.6310.2721.9410036.47
HexBA44003F641B166424
Octal2721040077144332614444
Binary10111010100010000111111110010011011101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4400; }

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

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

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

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

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

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

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

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