#BA4110

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

Shades of Rust #BA4110

Tints of Rust #BA4110

Color information

#BA4110 (or 0xBA4110) is unknown color: approx Rust. HEX triplet: BA, 41 and 10. RGB value is (186,65,16). Sum of RGB (Red+Green+Blue) = 186+65+16=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4110 is #45BEEF. Grayscale: #5F5F5F. Windows color (decimal): -4570864 or 1065402. OLE color: 1065402.

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

Color convert

RGB1866516-
CMYK00.650.910.27
HSL17.29º84.16%39.61%-
HSV(B)17.29º91.4%72.94%-
XYZ22.2314.262.07-
YUV95.5983.09192.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=69.66%
G=24.34%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186651600.650.910.2717.2984.1639.61
HexBA41100415B1B115428
Octal272101200101133332112450
Binary1011101010000011000001000001101101111011100011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4110; }

 p { color: rgb(186,65,16); }

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

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

 a { background-color: rgb(186,65,16); }

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

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

 span { border-color: rgb(186,65,16); }

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